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:
parent
6d8f9c6f59
commit
26fdd7da96
@ -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
|
||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
357,
|
||||
/**/
|
||||
356,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user