comparison src/if_mzsch.c @ 9173:b64c314a4990 v7.4.1870

commit https://github.com/vim/vim/commit/dec6c7beda5491b28f67f430fc9d01467050c1ca Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 11:57:38 2016 +0200 patch 7.4.1870 Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 12:00:07 +0200
parents 6b003ff07234
children ea504064c996
comparison
equal deleted inserted replaced
9172:41c1e22a3ec0 9173:b64c314a4990
847 847
848 /* MzScheme threads scheduling stuff */ 848 /* MzScheme threads scheduling stuff */
849 static int mz_threads_allow = 0; 849 static int mz_threads_allow = 0;
850 850
851 #if defined(FEAT_GUI_W32) 851 #if defined(FEAT_GUI_W32)
852 static void CALLBACK timer_proc(HWND, UINT, UINT, DWORD); 852 static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD);
853 static UINT timer_id = 0; 853 static UINT timer_id = 0;
854 #elif defined(FEAT_GUI_GTK) 854 #elif defined(FEAT_GUI_GTK)
855 # if GTK_CHECK_VERSION(3,0,0) 855 # if GTK_CHECK_VERSION(3,0,0)
856 static gboolean timer_proc(gpointer); 856 static gboolean timer_proc(gpointer);
857 # else 857 # else