X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/252e3b2c29ccc679a2ab45022196ac3f61a97fa2..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/dynlib.h?ds=sidebyside diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index 359444c061..142516f956 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -232,7 +232,7 @@ public: static wxDllType GetProgramHandle(); // return the platform standard DLL extension (with leading dot) - static const wxString& GetDllExt() { return ms_dllext; } + static wxString GetDllExt(wxDynamicLibraryCategory cat = wxDL_LIBRARY); wxDynamicLibrary() : m_handle(0) { } wxDynamicLibrary(const wxString& libname, int flags = wxDL_DEFAULT) @@ -372,9 +372,6 @@ protected: #endif // wxHAVE_DYNLIB_ERROR - // platform specific shared lib suffix. - static const wxString ms_dllext; - // the handle to DLL or NULL wxDllType m_handle;