To: vim_dev@googlegroups.com Subject: Patch 7.4.1870 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1870 (after 7.4.1863) Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata) Files: src/if_mzsch.c *** ../vim-7.4.1869/src/if_mzsch.c 2016-06-01 20:31:40.273551014 +0200 --- src/if_mzsch.c 2016-06-02 11:55:36.988788438 +0200 *************** *** 849,855 **** static int mz_threads_allow = 0; #if defined(FEAT_GUI_W32) ! static void CALLBACK timer_proc(HWND, UINT, UINT, DWORD); static UINT timer_id = 0; #elif defined(FEAT_GUI_GTK) # if GTK_CHECK_VERSION(3,0,0) --- 849,855 ---- static int mz_threads_allow = 0; #if defined(FEAT_GUI_W32) ! 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) *** ../vim-7.4.1869/src/version.c 2016-06-02 11:54:01.424789753 +0200 --- src/version.c 2016-06-02 11:56:24.552787784 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1870, /**/ -- Q. What happens to programmers when they die? A: MS-Windows programmers are reinstalled. C++ programmers become undefined, anyone who refers to them will die as well. Java programmers reincarnate after being garbage collected, unless they are in permgen, in which case they become zombies. Zimbu programmers leave a stack trace that tells us exactly where they died and how they got there. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///