X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0868079c33c321955e08e34515a60cf25dee6ca6..5526e819eca4465ed5520d49bccfebc6a28045e0:/include/wx/dynlib.h diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index 860088f690..eb402a3dd9 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -76,6 +76,8 @@ class wxDllLoader @return A handle to the loaded DLL. Use success parameter to test if it is valid. */ static wxDllType LoadLibrary(const wxString & libname, bool *success); + /** This function unloads the shared library. */ + static void UnloadLibrary(wxDllType dll); /** This function returns a valid handle for the main program itself. */ static wxDllType GetProgramHandle(void);