summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
commita3cc8b970a24e1970275f0e8032bf6b221d3e235 (patch)
tree8f69aa22ef6abf18457db3d923fbb1feaf2c5a48 /include
parentdcc75cfbc4e5069038f0ec9929d1000f1630e382 (diff)
downloadcrawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.gz
crawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.bz2
libutil move and liblogger rename on Windows
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