# HG changeset patch # User Bram Moolenaar # Date 1322656964 -3600 # Node ID e618700297e83c0d51efbb77a849ce5f0b19b507 # Parent 3fba58eb096685481fe3315ba15f6f6a26f2b396 updated for version 7.3.357 Problem: Compiler warning in MS-Windows console build. Solution: Adjust return type of PrintHookProc(). (Mike Williams) diff --git a/src/os_mswin.c b/src/os_mswin.c --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 357, +/**/ 356, /**/ 355,