]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.357 v7.3.357
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Nov 2011 12:42:44 +0000 (13:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Nov 2011 12:42:44 +0000 (13:42 +0100)
Problem:    Compiler warning in MS-Windows console build.
Solution:   Adjust return type of PrintHookProc(). (Mike Williams)

src/os_mswin.c
src/version.c

index 839c3df5b55b5a4a7d98f2a3aeaae6fb0f19e4ef..b4f662ad523c90701b406cca36b2b79c965fd768 100644 (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
index 7a13d1315fc37905069c927dd70d5421390bac97..2e3922e970a5065a1e26466b5b191c9e1f7d9a5d 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    357,
 /**/
     356,
 /**/