Hack to restore Win32 pseudo fork broken by Multiple Interpreter
Nick Ing-Simmons [Thu, 31 May 2001 10:54:55 +0000 (10:54 +0000)]
perlio.c change 10255.

p4raw-id: //depot/perlio@10346

perlio.c

index f0728ba..6dec0c6 100644 (file)
--- a/perlio.c
+++ b/perlio.c
@@ -3614,7 +3614,9 @@ void
 PerlIO_init(void)
 {
  dTHX;
+#ifndef WIN32
  call_atexit(PerlIO_cleanup_layers, NULL);
+#endif
  if (!_perlio)
   {
 #ifndef WIN32