From: Karsten Ballüder Date: Tue, 8 Jun 1999 12:20:12 +0000 (+0000) Subject: another fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/73c5006d21d0bc2bd1564ed3187097c4b18083fc another fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dynlib.cpp b/src/common/dynlib.cpp index dd2cfa443e..40bba2b170 100644 --- a/src/common/dynlib.cpp +++ b/src/common/dynlib.cpp @@ -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);