Changeset 3156 for trunk/src/kmk/function.c
- Timestamp:
- Mar 18, 2018, 9:10:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r3145 r3156 29 29 #ifdef WINDOWS32 /* bird */ 30 30 # include "pathstuff.h" 31 # ifdef CONFIG_NEW_WIN_CHILDREN 32 # include "w32/winchildren.h" 33 # endif 31 34 #endif 32 35 … … 2295 2298 /*untested*/ 2296 2299 2300 # ifndef CONFIG_NEW_WIN_CHILDREN 2297 2301 #include <windows.h> 2298 2302 #include <io.h> 2299 2303 #include "sub_proc.h" 2300 2301 2304 2302 2305 int … … 2425 2428 } 2426 2429 } 2430 # endif /* !CONFIG_NEW_WIN_CHILDREN */ 2427 2431 #endif 2428 2432 … … 2578 2582 2579 2583 #elif defined(WINDOWS32) 2584 # ifdef CONFIG_NEW_WIN_CHILDREN 2585 pipedes[1] = -1; 2586 MkWinChildCreateWithStdOutPipe (command_argv, envp, errfd, &pid, &pipedes[0]); 2587 # else 2580 2588 windows32_openpipe (pipedes, errfd, &pid, command_argv, envp); 2589 # endif 2581 2590 /* Restore the value of just_print_flag. */ 2582 2591 just_print_flag = j_p_f;
Note:
See TracChangeset
for help on using the changeset viewer.