[go: up one dir, main page]

File: Environment.h

package info (click to toggle)
ultracopier 0.3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 6,640 kB
  • ctags: 3,679
  • sloc: cpp: 27,286; ansic: 1,860; xml: 536; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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