From bc3d6974c8c4e334bef2f45bf900ee0a4f8a0f6a Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 19 Apr 2012 06:49:49 +0000 Subject: [PATCH] Core: added #include git-svn-id: svn://ultimatepp.org/upp/trunk@4814 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Core.h | 2 ++ uppsrc/Core/config.h | 2 ++ uppsrc/uppconfig.h | 1 + 3 files changed, 5 insertions(+) create mode 100644 uppsrc/uppconfig.h diff --git a/uppsrc/Core/Core.h b/uppsrc/Core/Core.h index 962b4281b..ce32439ce 100644 --- a/uppsrc/Core/Core.h +++ b/uppsrc/Core/Core.h @@ -280,8 +280,10 @@ NAMESPACE_UPP #include "Index.hpp" #ifdef flagSVO_VALUE +#ifndef SVO_VALUE #define SVO_VALUE #endif +#endif #include "OldValue.h" diff --git a/uppsrc/Core/config.h b/uppsrc/Core/config.h index 7da0bd621..7d358b02f 100644 --- a/uppsrc/Core/config.h +++ b/uppsrc/Core/config.h @@ -1,3 +1,5 @@ +#include + #if __GNUC__ #define GCC_VERSION (__GNUC__ * 10000 \ diff --git a/uppsrc/uppconfig.h b/uppsrc/uppconfig.h new file mode 100644 index 000000000..6f5c525b8 --- /dev/null +++ b/uppsrc/uppconfig.h @@ -0,0 +1 @@ +#define SVO_VALUE