From 8f9f382e1c97cab2e72e97495650c73ac4b97314 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 4 Jan 2013 14:50:19 +0100 Subject: Imported Upstream version 0.3.0.5 --- Environment.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Environment.h (limited to 'Environment.h') diff --git a/Environment.h b/Environment.h new file mode 100644 index 0000000..dcbea70 --- /dev/null +++ b/Environment.h @@ -0,0 +1,19 @@ +/** \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" +/// \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 -- cgit v1.2.3