Commit e37bbd60 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

include: ChooseFont hook procedures return UINT_PTR.

parent 71a96755
...@@ -264,7 +264,7 @@ DECL_WINELIB_TYPE_AW(LPFINDREPLACE) ...@@ -264,7 +264,7 @@ DECL_WINELIB_TYPE_AW(LPFINDREPLACE)
#define FR_MATCHKASHIDA 0x40000000 #define FR_MATCHKASHIDA 0x40000000
#define FR_MATCHALEFHAMZA 0x80000000 #define FR_MATCHALEFHAMZA 0x80000000
typedef UINT (CALLBACK *LPCFHOOKPROC)(HWND,UINT,WPARAM,LPARAM); typedef UINT_PTR (CALLBACK *LPCFHOOKPROC)(HWND,UINT,WPARAM,LPARAM);
typedef struct tagCHOOSEFONTA typedef struct tagCHOOSEFONTA
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment