Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup

svn-id: r24153
This commit is contained in:
Max Horn 2006-10-07 01:05:12 +00:00
parent c8a21d19d1
commit df5be19409
8 changed files with 36 additions and 34 deletions

View file

@ -71,6 +71,7 @@ public:
if (_dlHandle) {
if (!FreeLibrary((HMODULE)_dlHandle))
warning("Failed unloading plugin '%s'", _filename.c_str());
_dlHandle = 0;
}
}
};