1
0
forked from aniani/vim

updated for version 7.3.357

Problem:    Compiler warning in MS-Windows console build.
Solution:   Adjust return type of PrintHookProc(). (Mike Williams)
This commit is contained in:
Bram Moolenaar 2011-11-30 13:42:44 +01:00
parent 6d8f9c6f59
commit 26fdd7da96
2 changed files with 3 additions and 1 deletions

View File

@ -1869,7 +1869,7 @@ AbortProc(HDC hdcPrn, int iCode)
#ifndef FEAT_GUI #ifndef FEAT_GUI
static UINT CALLBACK static UINT_PTR CALLBACK
PrintHookProc( PrintHookProc(
HWND hDlg, // handle to dialog box HWND hDlg, // handle to dialog box
UINT uiMsg, // message identifier UINT uiMsg, // message identifier

View File

@ -714,6 +714,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 */
/**/
357,
/**/ /**/
356, 356,
/**/ /**/