Vijay Kiran Kamuju : include: Fix definition of PHONECALLBACK in tapi.h.

Alexandre Julliard julliard at winehq.org
Mon Nov 25 16:41:55 CST 2019


Module: wine
Branch: master
Commit: c451f84caf70667b6194093a3953fa0d3f4c7f89
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c451f84caf70667b6194093a3953fa0d3f4c7f89

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Fri Nov 22 23:46:26 2019 +0100

include: Fix definition of PHONECALLBACK in tapi.h.

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/tapi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tapi.h b/include/tapi.h
index 535ca67a42..b87b139dda 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;




More information about the wine-cvs mailing list