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:
@@ -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
|
||||
|
Reference in New Issue
Block a user