changeset 5569:1b09d6792520 v7.4.132

updated for version 7.4.132 Problem: Win32: flags and inherit_handles arguments mixed up. Solution: Swap the argument. (cs86661)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Jan 2014 13:29:26 +0100
parents 2f856c7c1d43
children 55cd783bbc2d
files src/os_win32.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -3831,8 +3831,8 @@ mch_set_winsize_now(void)
     static BOOL
 vim_create_process(
     char		*cmd,
+    BOOL		inherit_handles,
     DWORD		flags,
-    BOOL		inherit_handles,
     STARTUPINFO		*si,
     PROCESS_INFORMATION *pi)
 {
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    132,
+/**/
     131,
 /**/
     130,