summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-30 22:08:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-30 22:08:19 +0000
commit0295179fdf8aa1b8c029859896e7340a11a3de74 (patch)
tree7341305f2ed4d977dc30f211a1b1f9fd21e59edb
parentfc0dc3b334ed07492841d4d27f3f4100c92588d2 (diff)
downloadperl-0295179fdf8aa1b8c029859896e7340a11a3de74.tar.gz
avoid hiding child process window
p4raw-id: //depot/perl@4057
-rw-r--r--win32/win32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 22b2c0a98f..1d61eb78c9 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 */