commit | 26fdd7da96865a96e7a7b1efec130106499cd29f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 13:42:44 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 13:42:44 2011 +0100 |
tree | 1536babd8d555be8bae2032d6a4c279c0ad72d2f | |
parent | 6d8f9c6f59f49c3810e5336e1a558f3d61acd30e [diff] [blame] |
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 index 839c3df..b4f662a 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -1869,7 +1869,7 @@ #ifndef FEAT_GUI - static UINT CALLBACK + static UINT_PTR CALLBACK PrintHookProc( HWND hDlg, // handle to dialog box UINT uiMsg, // message identifier