# HG changeset patch # User vimboss # Date 1261667500 0 # Node ID d3571ca62cd6a9138b0aaa4673b09dec78e540e1 # Parent d06a461924a3f92575d81c2d1c0c3a74cd0a2929 updated for version 7.2-323 diff --git a/src/gui_w32.c b/src/gui_w32.c --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -212,12 +212,14 @@ typedef struct _DllVersionInfo DWORD dwPlatformID; } DLLVERSIONINFO; +#include + typedef struct tagTOOLINFOA_NEW { UINT cbSize; UINT uFlags; HWND hwnd; - UINT uId; + UINT_PTR uId; RECT rect; HINSTANCE hinst; LPSTR lpszText; @@ -227,15 +229,13 @@ typedef struct tagTOOLINFOA_NEW typedef struct tagNMTTDISPINFO_NEW { NMHDR hdr; - LPTSTR lpszText; + LPSTR lpszText; char szText[80]; HINSTANCE hinst; UINT uFlags; LPARAM lParam; } NMTTDISPINFO_NEW; -#include - typedef HRESULT (WINAPI* DLLGETVERSIONPROC)(DLLVERSIONINFO *); #ifndef TTM_SETMAXTIPWIDTH # define TTM_SETMAXTIPWIDTH (WM_USER+24) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 323, +/**/ 322, /**/ 321,