summaryrefslogtreecommitdiff
path: root/Environment.h
blob: d653c5f1eb739c1b9b6b615d96b12b33cd5d0da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** \file Environment.h
\brief Define the environment variable and global function
\author alpha_one_x86
\licence GPL3, see the file COPYING */

#include "Variable.h"
/// \brief The global include
#include "StructEnumDefinition.h"
#include "StructEnumDefinition_UltracopierSpecific.h"
#include "PlatformMacro.h"
#include "DebugEngineMacro.h"

#ifdef ULTRACOPIER_VERSION_PORTABLE
    #define ULTRACOPIER_VERSION_PORTABLE_BOOL true
#else
    #define ULTRACOPIER_VERSION_PORTABLE_BOOL false
#endif

#ifdef ULTRACOPIER_PLUGIN_ALL_IN_ONE
#undef ULTRACOPIER_PLUGIN_IMPORT_SUPPORT
#endif