[PATCH] include: fix definition of PHONECALLBACK in tapi.h
22 Nov
2019
22 Nov
'19
10:46 p.m.
Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com> --- include/tapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tapi.h b/include/tapi.h index 535ca67a4295..b87b139ddaaa 100644 --- a/include/tapi.h +++ b/include/tapi.h @@ -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; -- 2.21.0
2302
Age (days ago)
2302
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vijay Kiran Kamuju