winhttp: Don't bother to clean up at process exit.
This commit is contained in:
parent
670c621414
commit
7ad43e4e88
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue