From 73c5006d21d0bc2bd1564ed3187097c4b18083fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Tue, 8 Jun 1999 12:20:12 +0000 Subject: [PATCH] another fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dynlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.0