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>
stable
Vijay Kiran Kamuju 2019-11-22 23:46:26 +01:00 committed by Alexandre Julliard
parent 66eb752fe5
commit c451f84caf
1 changed files with 1 additions and 1 deletions

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;