another fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1999-06-08 12:20:12 +00:00
parent 4dc2c3bbc5
commit 73c5006d21

View File

@ -301,7 +301,7 @@ wxLibrary *wxLibraries::LoadLibrary(const wxString& name)
#endif
bool success = FALSE;
wxDllType handle = wxDllLoader::LoadDll(lib_name, &success);
wxDllType handle = wxDllLoader::LoadLibrary(lib_name, &success);
if(success)
{
lib = new wxLibrary(handle);