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

This commit is contained in:
Alexandre Julliard 2013-05-17 12:28:45 +02:00
parent 670c621414
commit 7ad43e4e88
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
DisableThreadLibraryCalls(hInstDLL);
break;
case DLL_PROCESS_DETACH:
if (lpv) break;
netconn_unload();
break;
}