diff options
Diffstat (limited to 'include/dynamic.h')
-rw-r--r-- | include/dynamic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dynamic.h b/include/dynamic.h index 3be919929..5e66ddbb0 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -33,6 +33,12 @@ class CoreExport DLLManager : public classbase */ std::string err; +#ifdef _WIN32 + /** Sets the last error string + */ + void RetrieveLastError(); +#endif + public: /** This constructor loads the module using dlopen() * @param fname The filename to load. This should be within |