From a3cc8b970a24e1970275f0e8032bf6b221d3e235 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 10 Sep 2012 10:33:38 +0200 Subject: libutil move and liblogger rename on Windows --- include/util/UtilExportable.hpp | 4 ++-- include/util/win32/errormsg.hpp | 4 ++-- include/util/win32/stringutils.hpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include') 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 -#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 -#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 -- cgit v1.2.3-54-g00ecf