0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

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
static UINT CALLBACK
static UINT_PTR CALLBACK
PrintHookProc(
HWND hDlg, // handle to dialog box
UINT uiMsg, // message identifier

View File

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