Commit 02c15be9 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcp71: Don't bother to clean up at process exit.

parent 16d87fef
...@@ -88,6 +88,7 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved) ...@@ -88,6 +88,7 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
init_io(hdll); init_io(hdll);
break; break;
case DLL_PROCESS_DETACH: case DLL_PROCESS_DETACH:
if (reserved) break;
free_io(); free_io();
free_locale(); free_locale();
free_lockit(); free_lockit();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment