avoid hiding child process window
Gurusamy Sarathy [Mon, 30 Aug 1999 22:08:19 +0000 (22:08 +0000)]
p4raw-id: //depot/perl@4057

win32/win32.c

index 22b2c0a..1d61eb7 100644 (file)
@@ -2566,11 +2566,6 @@ win32_spawnvp(int mode, const char *cmdname, const char *const *argv)
        create |= CREATE_NEW_CONSOLE;
     }
 
-#ifndef DEBUGGING
-    StartupInfo.dwFlags |= STARTF_USESHOWWINDOW;
-    StartupInfo.wShowWindow = SW_HIDE;
-#endif
-
 RETRY:
     if (!CreateProcess(cmdname,                /* search PATH to find executable */
                       cmd,             /* executable, and its arguments */