mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.1870
Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata)
This commit is contained in:
parent
cf190c6f01
commit
dec6c7beda
@ -849,7 +849,7 @@ static long range_end;
|
|||||||
static int mz_threads_allow = 0;
|
static int mz_threads_allow = 0;
|
||||||
|
|
||||||
#if defined(FEAT_GUI_W32)
|
#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;
|
static UINT timer_id = 0;
|
||||||
#elif defined(FEAT_GUI_GTK)
|
#elif defined(FEAT_GUI_GTK)
|
||||||
# if GTK_CHECK_VERSION(3,0,0)
|
# if GTK_CHECK_VERSION(3,0,0)
|
||||||
|
@ -753,6 +753,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1870,
|
||||||
/**/
|
/**/
|
||||||
1869,
|
1869,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user