diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2017-11-24 23:24:09 +0000 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2017-11-24 23:24:09 +0000 |
commit | b3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (patch) | |
tree | 8fce8a51adfb245db8ab2a76831661780c0c713e /Environment.h | |
parent | e297dbd8052ef4e66f069e2dd1865ae7fa8af28e (diff) |
New upstream version 1.2.3.6
Diffstat (limited to 'Environment.h')
-rw-r--r-- | Environment.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Environment.h b/Environment.h index dcbea70..d653c5f 100644 --- a/Environment.h +++ b/Environment.h @@ -1,8 +1,6 @@ /** \file Environment.h
\brief Define the environment variable and global function
\author alpha_one_x86
-\version 0.3
-\date 2010
\licence GPL3, see the file COPYING */
#include "Variable.h"
@@ -13,7 +11,11 @@ #include "DebugEngineMacro.h"
#ifdef ULTRACOPIER_VERSION_PORTABLE
- #define ULTRACOPIER_VERSION_PORTABLE_BOOL true
+ #define ULTRACOPIER_VERSION_PORTABLE_BOOL true
#else
- #define ULTRACOPIER_VERSION_PORTABLE_BOOL false
+ #define ULTRACOPIER_VERSION_PORTABLE_BOOL false
+#endif
+
+#ifdef ULTRACOPIER_PLUGIN_ALL_IN_ONE
+#undef ULTRACOPIER_PLUGIN_IMPORT_SUPPORT
#endif
|