From a29c464aa72d46cc956ac2752a2518526c499716 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Sep 2012 21:39:19 +0200 Subject: started to solve the logger dll problem on Windows --- include/util/Exportable.hpp | 4 ++++ include/util/ScopedPtr.hpp | 0 2 files changed, 4 insertions(+) mode change 100644 => 100755 include/util/Exportable.hpp mode change 100644 => 100755 include/util/ScopedPtr.hpp (limited to 'include/util') diff --git a/include/util/Exportable.hpp b/include/util/Exportable.hpp old mode 100644 new mode 100755 index 28ac7ff..a676ae3 --- a/include/util/Exportable.hpp +++ b/include/util/Exportable.hpp @@ -6,8 +6,12 @@ #define SINGLETON_EXPORT #define SINGLETON_EXTERN +#define DLL_EXPORT + #else +#define DLL_EXPORT __declspec(dllexport) + #ifndef SHARED #define SINGLETON_EXPORT __declspec(dllexport) #define SINGLETON_EXTERN diff --git a/include/util/ScopedPtr.hpp b/include/util/ScopedPtr.hpp old mode 100644 new mode 100755 -- cgit v1.2.3-54-g00ecf