[SETUPAPI]

Partly sync with Wine 1.7.47:
- Implement SetupCloseLog(), SetupOpenLog(), SetupLogErrorA(), SetupLogErrorW()

CORE-9924

svn path=/trunk/; revision=68705
This commit is contained in:
Pierre Schweitzer 2015-08-13 09:38:33 +00:00
parent 740d16b122
commit 1f86353d60
4 changed files with 154 additions and 28 deletions

View file

@ -675,6 +675,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
break;
case DLL_PROCESS_DETACH:
UnloadCABINETDll();
SetupCloseLog();
break;
}