File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4267,7 +4267,7 @@ sub_process_writer(LPVOID param)
42674267
42684268 /* finished all the lines, close pipe */
42694269 CloseHandle (g_hChildStd_IN_Wr );
4270- ExitThread ( 0 ) ;
4270+ return 0 ;
42714271}
42724272
42734273
@@ -4491,8 +4491,8 @@ mch_system_piped(char *cmd, int options)
44914491
44924492 if (options & SHELL_WRITE )
44934493 {
4494- HANDLE thread =
4495- CreateThread (NULL , /* security attributes */
4494+ HANDLE thread = ( HANDLE )
4495+ _beginthreadex (NULL , /* security attributes */
44964496 0 , /* default stack size */
44974497 sub_process_writer , /* function to be executed */
44984498 g_hChildStd_IN_Wr , /* parameter */
Original file line number Diff line number Diff line change @@ -763,6 +763,8 @@ static char *(features[]) =
763763
764764static int included_patches [] =
765765{ /* Add new patch number below this line */
766+ /**/
767+ 2145 ,
766768/**/
767769 2144 ,
768770/**/
You can’t perform that action at this time.
0 commit comments