From dec6c7beda5491b28f67f430fc9d01467050c1ca Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 2 Jun 2016 11:57:38 +0200 Subject: patch 7.4.1870 Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata) --- src/if_mzsch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_mzsch.c') diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 1861df49a0..37cebc553a 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c @@ -849,7 +849,7 @@ static long range_end; static int mz_threads_allow = 0; #if defined(FEAT_GUI_W32) -static void CALLBACK timer_proc(HWND, UINT, UINT, DWORD); +static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD); static UINT timer_id = 0; #elif defined(FEAT_GUI_GTK) # if GTK_CHECK_VERSION(3,0,0) -- cgit v1.2.3