From: Bram Moolenaar Date: Thu, 24 Dec 2009 15:11:40 +0000 (+0000) Subject: updated for version 7.2-323 X-Git-Tag: v7.2.323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=281daf62aac8b40d1c6cccfb57535c5a1ac1f5db;p=vim updated for version 7.2-323 --- diff --git a/src/gui_w32.c b/src/gui_w32.c index 164e8c614..5a43d826c 100644 --- 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 index 9523db5e6..36ff3b6f5 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 323, /**/ 322, /**/