Mercurial > vim
changeset 2026:d3571ca62cd6 v7.2.323
updated for version 7.2-323
author | vimboss |
---|---|
date | Thu, 24 Dec 2009 15:11:40 +0000 |
parents | d06a461924a3 |
children | 4c41f0da2a2e |
files | src/gui_w32.c src/version.c |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -212,12 +212,14 @@ typedef struct _DllVersionInfo DWORD dwPlatformID; } DLLVERSIONINFO; +#include <poppack.h> + 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 <poppack.h> - typedef HRESULT (WINAPI* DLLGETVERSIONPROC)(DLLVERSIONINFO *); #ifndef TTM_SETMAXTIPWIDTH # define TTM_SETMAXTIPWIDTH (WM_USER+24)