To: vim_dev@googlegroups.com Subject: Patch 7.4.2150 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2150 Problem: Warning with MinGW 64. (John Marriott) Solution: Change return type. (Ken Takata) Files: src/os_win32.c *** ../vim-7.4.2149/src/os_win32.c 2016-08-02 21:55:14.409138620 +0200 --- src/os_win32.c 2016-08-03 20:52:47.153376911 +0200 *************** *** 4212,4218 **** * process. This way avoid to hang up vim totally if the children * process take a long time to process the lines. */ ! static DWORD WINAPI sub_process_writer(LPVOID param) { HANDLE g_hChildStd_IN_Wr = param; --- 4212,4218 ---- * process. This way avoid to hang up vim totally if the children * process take a long time to process the lines. */ ! static unsigned int __stdcall sub_process_writer(LPVOID param) { HANDLE g_hChildStd_IN_Wr = param; *** ../vim-7.4.2149/src/version.c 2016-08-02 23:04:46.185887154 +0200 --- src/version.c 2016-08-03 20:53:38.860910612 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2150, /**/ -- Clothes make the man. Naked people have little or no influence on society. -- Mark Twain (Samuel Clemens) (1835-1910) /// 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 ///