Core: added #include <uppconfig.h>

git-svn-id: svn://ultimatepp.org/upp/trunk@4814 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-04-19 06:49:49 +00:00
parent fcab97d934
commit bc3d6974c8
3 changed files with 5 additions and 0 deletions

View file

@ -280,8 +280,10 @@ NAMESPACE_UPP
#include "Index.hpp"
#ifdef flagSVO_VALUE
#ifndef SVO_VALUE
#define SVO_VALUE
#endif
#endif
#include "OldValue.h"

View file

@ -1,3 +1,5 @@
#include <uppconfig.h>
#if __GNUC__
#define GCC_VERSION (__GNUC__ * 10000 \

1
uppsrc/uppconfig.h Normal file
View file

@ -0,0 +1 @@
#define SVO_VALUE