1
0
forked from aniani/vim

updated for version 7.3.870

Problem:    Compiler warnings when using MingW 4.5.3.
Solution:   Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-03-19 14:48:29 +01:00
parent 0c279bbb9c
commit af62ff3696
6 changed files with 27 additions and 23 deletions

View File

@@ -204,7 +204,7 @@ Trace(char *pszFormat, ...);
/* Enable common dialogs input unicode from IME if posible. */
#ifdef FEAT_MBYTE
/* The variables are defined in os_win32.c. */
extern LRESULT (WINAPI *pDispatchMessage)(LPMSG);
extern LRESULT (WINAPI *pDispatchMessage)(CONST MSG *);
extern BOOL (WINAPI *pGetMessage)(LPMSG, HWND, UINT, UINT);
extern BOOL (WINAPI *pIsDialogMessage)(HWND, LPMSG);
extern BOOL (WINAPI *pPeekMessage)(LPMSG, HWND, UINT, UINT, UINT);