]> git.saurik.com Git - wxWidgets.git/commitdiff
another fix
authorKarsten Ballüder <ballueder@usa.net>
Tue, 8 Jun 1999 12:20:12 +0000 (12:20 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Tue, 8 Jun 1999 12:20:12 +0000 (12:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dynlib.cpp

index dd2cfa443e0711fe57dc771001a9632e3c16bb96..40bba2b170f7da2a275183760200386136115c95 100644 (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);