1
0
forked from aniani/vim

updated for version 7.2-323

This commit is contained in:
Bram Moolenaar
2009-12-24 15:11:40 +00:00
parent 3084894793
commit 281daf62aa
2 changed files with 6 additions and 4 deletions

View File

@@ -212,12 +212,14 @@ typedef struct _DllVersionInfo
DWORD dwPlatformID; DWORD dwPlatformID;
} DLLVERSIONINFO; } DLLVERSIONINFO;
#include <poppack.h>
typedef struct tagTOOLINFOA_NEW typedef struct tagTOOLINFOA_NEW
{ {
UINT cbSize; UINT cbSize;
UINT uFlags; UINT uFlags;
HWND hwnd; HWND hwnd;
UINT uId; UINT_PTR uId;
RECT rect; RECT rect;
HINSTANCE hinst; HINSTANCE hinst;
LPSTR lpszText; LPSTR lpszText;
@@ -227,15 +229,13 @@ typedef struct tagTOOLINFOA_NEW
typedef struct tagNMTTDISPINFO_NEW typedef struct tagNMTTDISPINFO_NEW
{ {
NMHDR hdr; NMHDR hdr;
LPTSTR lpszText; LPSTR lpszText;
char szText[80]; char szText[80];
HINSTANCE hinst; HINSTANCE hinst;
UINT uFlags; UINT uFlags;
LPARAM lParam; LPARAM lParam;
} NMTTDISPINFO_NEW; } NMTTDISPINFO_NEW;
#include <poppack.h>
typedef HRESULT (WINAPI* DLLGETVERSIONPROC)(DLLVERSIONINFO *); typedef HRESULT (WINAPI* DLLGETVERSIONPROC)(DLLVERSIONINFO *);
#ifndef TTM_SETMAXTIPWIDTH #ifndef TTM_SETMAXTIPWIDTH
# define TTM_SETMAXTIPWIDTH (WM_USER+24) # define TTM_SETMAXTIPWIDTH (WM_USER+24)

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
323,
/**/ /**/
322, 322,
/**/ /**/