From c451f84caf70667b6194093a3953fa0d3f4c7f89 Mon Sep 17 00:00:00 2001 From: Vijay Kiran Kamuju Date: Fri, 22 Nov 2019 23:46:26 +0100 Subject: [PATCH] include: Fix definition of PHONECALLBACK in tapi.h. Signed-off-by: Vijay Kiran Kamuju Signed-off-by: Alexandre Julliard --- include/tapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tapi.h b/include/tapi.h index 535ca67a429..b87b139ddaa 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;