Added code to allow us to un-initialize the library when it is unloaded. These changes allow library un-initialization to work for Windows. More code needs to be added to un-initialize the library under Linux.

This commit is contained in:
Juan Carlos Luciani
2007-01-29 10:46:18 +00:00
parent de7dbd7b01
commit b5a6a452e8
6 changed files with 264 additions and 19 deletions

View File

@@ -179,9 +179,7 @@ BOOL APIENTRY DllMain(
case DLL_PROCESS_DETACH:
{
/* Don't uninitialize on windows
tbd
*/
UnInitializeLibrary();
break;
}
}