From: Gurusamy Sarathy <gsar@cpan.org>
Date: Mon, 30 Aug 1999 22:08:19 +0000 (+0000)
Subject: avoid hiding child process window
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0295179fdf8aa1b8c029859896e7340a11a3de74;p=p5sagit%2Fp5-mst-13.2.git

avoid hiding child process window

p4raw-id: //depot/perl@4057
---

diff --git a/win32/win32.c b/win32/win32.c
index 22b2c0a..1d61eb7 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -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 */