diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-25 07:38:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-25 07:38:15 +0000 |
commit | 12b99c3939cdc258628e89c11e6677725b2947c0 (patch) | |
tree | 703bf68828c51a67f1c28a87f4d1dcdce9ba78bd | |
parent | eb1050c4face6d4b888d24e238603c6cab701135 (diff) | |
download | perl-12b99c3939cdc258628e89c11e6677725b2947c0.tar.gz |
win32 tweak
p4raw-id: //depot/perl@4450
-rw-r--r-- | win32/perllib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/perllib.c b/win32/perllib.c index f6cc6322bf..e8d59cdf36 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -1170,6 +1170,7 @@ PerlProcPauseProc(struct IPerlProc *I) PerlIO* PerlProcPopen(struct IPerlProc *I, const char *command, const char *mode) { + dTHXo; PERL_FLUSHALL_FOR_CHILD; return (PerlIO*)win32_popen(command, mode); } |