X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d2afb7abec64fc601ff7ab622a865ef5ec68d10..9f50f9f1a161184359b7ee002d4f6bb7ecd8f04c:/include/wx/dynlib.h diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index b752cc3c74..68a16fceaf 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -72,7 +72,7 @@ class wxDllLoader @param success Must point to a bool variable which will be set to TRUE or FALSE. @return A handle to the loaded DLL. Use success parameter to test if it is valid. */ - static wxDllType LoadDll(const wxString & libname, bool *success); + static wxDllType LoadLibrary(const wxString & libname, bool *success); /** This function resolves a symbol in a loaded DLL, such as a variable or function name. @param dllHandle Handle of the DLL, as returned by LoadDll().