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 e9e2160c50
commit 298fdc30a5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1869,7 +1869,7 @@ AbortProc(HDC hdcPrn, int iCode)
#ifndef FEAT_GUI
static UINT CALLBACK
static UINT_PTR CALLBACK
PrintHookProc(
HWND hDlg, // handle to dialog box
UINT uiMsg, // message identifier
+2
View File
@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
357,
/**/
356,
/**/