]> granicus.if.org Git - vim/commitdiff
patch 7.4.2150 v7.4.2150
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Aug 2016 18:54:57 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Aug 2016 18:54:57 +0000 (20:54 +0200)
Problem:    Warning with MinGW 64. (John Marriott)
Solution:   Change return type. (Ken Takata)

src/os_win32.c
src/version.c

index 71221776d73148ad7b927f5b257688ebdcacd39a..54f2e887fba48ff0374be654484c0c69e4ef7801 100644 (file)
@@ -4212,7 +4212,7 @@ mch_system_classic(char *cmd, int options)
  * process. This way avoid to hang up vim totally if the children
  * process take a long time to process the lines.
  */
-    static DWORD WINAPI
+    static unsigned int __stdcall
 sub_process_writer(LPVOID param)
 {
     HANDLE         g_hChildStd_IN_Wr = param;
index f6d56d1d3c2b3374c995fbe5b48255a200256eb6..c50088e32fc1c8bb4ddf2520ba3ccc5f7af38d14 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2150,
 /**/
     2149,
 /**/