diff options
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r-- | src/os_mswin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c index 839c3df5b..b4f662ad5 100644 --- 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 |