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 d4a186d18..28f2f086c 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -1729,7 +1729,7 @@ swap_me(COLORREF colorref) } /*ARGSUSED*/ - static INT_PTR CALLBACK + static BOOL CALLBACK PrintDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { #ifdef FEAT_GETTEXT |