Jacek Caban (@jacek) commented about dlls/kernel32/tests/process.c:
return needs_close;}
+static BOOL build_startupinfoex( STARTUPINFOEXA *startup, unsigned args, HANDLE hstd[4], HPCON *pseudo_console ) +{
- HANDLE outPipeOurSide, inPipeOurSide;
- HANDLE outPipePseudoConsoleSide, inPipePseudoConsoleSide;
Could you use more consistent names here? Also, Wine-Bug: would fit better in the other commit.
Looks good to me overall.