X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b97a2c5385b21f5db30d98212c01c9aa936bccb6..504d911e5a101759669b3ab3487a2f1e28989d7b:/include/wx/dynlib.h diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index 0e29afa623..b13587e3e5 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -94,6 +94,9 @@ public: */ static void * GetSymbol(wxDllType dllHandle, const wxString &name); + // return the standard DLL extension (with leading dot) for this platform + static wxString GetDllExt(); + private: /// forbid construction of objects wxDllLoader();