summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/util/UtilExportable.hpp4
-rwxr-xr-xinclude/util/win32/errormsg.hpp4
-rwxr-xr-xinclude/util/win32/stringutils.hpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/util/UtilExportable.hpp b/include/util/UtilExportable.hpp
index f9598f1..160a0f3 100755
--- a/include/util/UtilExportable.hpp
+++ b/include/util/UtilExportable.hpp
@@ -19,8 +19,8 @@
#define UTIL_DLL_VISIBLE
-#endif
+#endif // BUILDING_UTIL
-#endif
+#endif // _WIN32
#endif
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
diff --git a/include/util/win32/stringutils.hpp b/include/util/win32/stringutils.hpp
index b0404cd..8f293dd 100755
--- a/include/util/win32/stringutils.hpp
+++ b/include/util/win32/stringutils.hpp
@@ -3,8 +3,8 @@
#include <string>
-#include "CrawlerExportable.hpp"
+#include "UtilExportable.hpp"
-CRAWLER_DLL_VISIBLE std::wstring s2ws( const std::string &s );
+UTIL_DLL_VISIBLE std::wstring s2ws( const std::string &s );
#endif