another fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -301,7 +301,7 @@ wxLibrary *wxLibraries::LoadLibrary(const wxString& name)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool success = FALSE;
|
bool success = FALSE;
|
||||||
wxDllType handle = wxDllLoader::LoadDll(lib_name, &success);
|
wxDllType handle = wxDllLoader::LoadLibrary(lib_name, &success);
|
||||||
if(success)
|
if(success)
|
||||||
{
|
{
|
||||||
lib = new wxLibrary(handle);
|
lib = new wxLibrary(handle);
|
||||||
|
Reference in New Issue
Block a user