]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dynamic.h
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / dynamic.h
index 3be91992963380455df0023e34109670702d11c8..5e66ddbb0493938a440eb42afcabf1f3c0447833 100644 (file)
@@ -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