From 7280e10e8bfa507953d8c823abd502db98c514fa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Oct 2014 14:29:34 +0200 Subject: some fixes on Windows --- include/util/StringUtils.hpp | 4 +++- include/util/win32/errormsg.hpp | 2 +- include/util/win32/stringutils.hpp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'include/util') diff --git a/include/util/StringUtils.hpp b/include/util/StringUtils.hpp index c6b9f87..d0c832e 100644 --- a/include/util/StringUtils.hpp +++ b/include/util/StringUtils.hpp @@ -3,6 +3,8 @@ #include -bool stringicasecmp( const std::string &s1, const std::string &s2 ); +#include "util/UtilExportable.hpp" + +UTIL_DLL_VISIBLE bool stringicasecmp( const std::string &s1, const std::string &s2 ); #endif diff --git a/include/util/win32/errormsg.hpp b/include/util/win32/errormsg.hpp index 93ce3b7..7bdc582 100755 --- a/include/util/win32/errormsg.hpp +++ b/include/util/win32/errormsg.hpp @@ -3,7 +3,7 @@ #include -#include "UtilExportable.hpp" +#include "util/UtilExportable.hpp" UTIL_DLL_VISIBLE std::string getLastError( ); diff --git a/include/util/win32/stringutils.hpp b/include/util/win32/stringutils.hpp index 8f293dd..976c5cf 100755 --- a/include/util/win32/stringutils.hpp +++ b/include/util/win32/stringutils.hpp @@ -3,7 +3,7 @@ #include -#include "UtilExportable.hpp" +#include "util/UtilExportable.hpp" UTIL_DLL_VISIBLE std::wstring s2ws( const std::string &s ); -- cgit v1.2.3-54-g00ecf