Vincent Povirk : include: ChooseFont hook procedures return UINT_PTR.

Alexandre Julliard julliard at winehq.org
Tue Feb 16 11:44:38 CST 2010


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Mon Feb 15 14:13:16 2010 -0600

include: ChooseFont hook procedures return UINT_PTR.

---

 include/commdlg.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/commdlg.h b/include/commdlg.h
index b6e40c6..67b18a2 100644
--- a/include/commdlg.h
+++ b/include/commdlg.h
@@ -264,7 +264,7 @@ DECL_WINELIB_TYPE_AW(LPFINDREPLACE)
 #define FR_MATCHKASHIDA                 0x40000000
 #define FR_MATCHALEFHAMZA               0x80000000
 
-typedef UINT (CALLBACK *LPCFHOOKPROC)(HWND,UINT,WPARAM,LPARAM);
+typedef UINT_PTR (CALLBACK *LPCFHOOKPROC)(HWND,UINT,WPARAM,LPARAM);
 
 typedef struct tagCHOOSEFONTA
 {




More information about the wine-cvs mailing list