summaryrefslogtreecommitdiff
path: root/win32/perllib.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-11-21 20:36:22 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-11-21 20:36:22 +0000
commit83b075c35b61a28ca7e2629bb5d6e26f9e0354fe (patch)
tree05e231eb3d046f117c6207869d2e05bcf920c63d /win32/perllib.c
parentefeab7a8047d7136a0235c1cc7329f57d6a8bfdd (diff)
downloadperl-83b075c35b61a28ca7e2629bb5d6e26f9e0354fe.tar.gz
Win32 builds and runs (mostly) with USE_PERLIO.
PERLIO=perlio passes all tests. PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319 p4raw-id: //depot/perlio@7796
Diffstat (limited to 'win32/perllib.c')
-rw-r--r--win32/perllib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/perllib.c b/win32/perllib.c
index e2b245d84f..48843f92da 100644
--- a/win32/perllib.c
+++ b/win32/perllib.c
@@ -371,6 +371,7 @@ DllMain(HANDLE hModule, /* DLL module handle */
* process termination or call to FreeLibrary.
*/
case DLL_PROCESS_DETACH:
+ PerlIO_cleanup();
EndSockets();
#if defined(USE_THREADS) || defined(USE_ITHREADS)
if (PL_curinterp)