Vincent Povirk : include: ChooseFont hook procedures return UINT_PTR.
Module: wine Branch: master Commit: e37bbd60ac0e3b946c0d8199dbb9f6b77ae473c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e37bbd60ac0e3b946c0d8199db... Author: Vincent Povirk <vincent(a)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 {
participants (1)
-
Alexandre Julliard