1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Fix definition of PHONECALLBACK in tapi.h.

Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Vijay Kiran Kamuju 2019-11-22 23:46:26 +01:00 committed by Alexandre Julliard
parent 66eb752fe5
commit c451f84caf

View file

@ -879,7 +879,7 @@ typedef struct phonestatus_tag {
DWORD dwDevSpecificOffset;
} 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 {
DWORD dwTotalSize;