summaryrefslogtreecommitdiff
path: root/include/util/win32/errormsg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/win32/errormsg.hpp')
-rwxr-xr-xinclude/util/win32/errormsg.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util/win32/errormsg.hpp b/include/util/win32/errormsg.hpp
index f1ceb93..93ce3b7 100755
--- a/include/util/win32/errormsg.hpp
+++ b/include/util/win32/errormsg.hpp
@@ -3,8 +3,8 @@
#include <string>
-#include "CrawlerExportable.hpp"
+#include "UtilExportable.hpp"
-CRAWLER_DLL_VISIBLE std::string getLastError( );
+UTIL_DLL_VISIBLE std::string getLastError( );
#endif