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:
parent
6d8f9c6f59
commit
26fdd7da96
@ -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
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user