diff src/os_mswin.c @ 3174:e618700297e8 v7.3.357

updated for version 7.3.357 Problem: Compiler warning in MS-Windows console build. Solution: Adjust return type of PrintHookProc(). (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 13:42:44 +0100
parents 38a7fd904347
children e6d8b44065bc
line wrap: on
line diff
--- 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