diff options
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index a700ac0c4..d6718798b 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -234,19 +234,23 @@ typedef struct tagNMTTDISPINFO_NEW typedef HRESULT (WINAPI* DLLGETVERSIONPROC)(DLLVERSIONINFO *); #ifndef TTM_SETMAXTIPWIDTH -# define TTM_SETMAXTIPWIDTH (WM_USER+24) +# define TTM_SETMAXTIPWIDTH (WM_USER+24) #endif #ifndef TTF_DI_SETITEM -# define TTF_DI_SETITEM 0x8000 +# define TTF_DI_SETITEM 0x8000 #endif #ifndef TTN_GETDISPINFO -# define TTN_GETDISPINFO (TTN_FIRST - 0) +# define TTN_GETDISPINFO (TTN_FIRST - 0) #endif #endif /* defined(FEAT_BEVAL) */ +#ifndef TTN_GETDISPINFOW +# define TTN_GETDISPINFOW (TTN_FIRST - 10) +#endif + /* Local variables: */ #ifdef FEAT_MENU |