Commit c451f84c authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

include: Fix definition of PHONECALLBACK in tapi.h.

parent 66eb752f
...@@ -879,7 +879,7 @@ typedef struct phonestatus_tag { ...@@ -879,7 +879,7 @@ typedef struct phonestatus_tag {
DWORD dwDevSpecificOffset; DWORD dwDevSpecificOffset;
} PHONESTATUS, *LPPHONESTATUS; } PHONESTATUS, *LPPHONESTATUS;
typedef void (CALLBACK *PHONECALLBACK)(HANDLE, DWORD, DWORD, DWORD, DWORD, DWORD); typedef void (CALLBACK *PHONECALLBACK)(DWORD, DWORD, DWORD_PTR, DWORD_PTR, DWORD_PTR, DWORD_PTR);
typedef struct varstring_tag { typedef struct varstring_tag {
DWORD dwTotalSize; DWORD dwTotalSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment