mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
Core: added #include <uppconfig.h>
git-svn-id: svn://ultimatepp.org/upp/trunk@4814 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fcab97d934
commit
bc3d6974c8
3 changed files with 5 additions and 0 deletions
|
|
@ -280,8 +280,10 @@ NAMESPACE_UPP
|
|||
#include "Index.hpp"
|
||||
|
||||
#ifdef flagSVO_VALUE
|
||||
#ifndef SVO_VALUE
|
||||
#define SVO_VALUE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "OldValue.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include <uppconfig.h>
|
||||
|
||||
#if __GNUC__
|
||||
|
||||
#define GCC_VERSION (__GNUC__ * 10000 \
|
||||
|
|
|
|||
1
uppsrc/uppconfig.h
Normal file
1
uppsrc/uppconfig.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#define SVO_VALUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue