0
0
mirror of https://github.com/vim/vim.git synced 2025-08-23 19:34:27 -04:00

updated for version 7.4.132

Problem:    Win32: flags and inherit_handles arguments mixed up.
Solution:   Swap the argument. (cs86661)
This commit is contained in:
Bram Moolenaar 2014-01-05 13:29:26 +01:00
parent 4b550b4c50
commit 3f1138e8ae
2 changed files with 3 additions and 1 deletions

View File

@ -3831,8 +3831,8 @@ mch_set_winsize_now(void)
static BOOL static BOOL
vim_create_process( vim_create_process(
char *cmd, char *cmd,
DWORD flags,
BOOL inherit_handles, BOOL inherit_handles,
DWORD flags,
STARTUPINFO *si, STARTUPINFO *si,
PROCESS_INFORMATION *pi) PROCESS_INFORMATION *pi)
{ {

View File

@ -738,6 +738,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 */
/**/
132,
/**/ /**/
131, 131,
/**/ /**/