xmscore
1.0
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
g
i
l
n
o
p
r
s
t
u
w
x
~
+
Variables
m
o
s
w
x
y
z
Typedefs
+
Files
File List
+
File Members
+
All
_
b
f
s
t
x
Typedefs
+
Macros
_
b
f
t
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
environment.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
8
//------------------------------------------------------------------------------
9
10
// Check windows
11
#if _WIN32 || _WIN64
12
#if _WIN64
13
#define ENV64BIT
14
#else
15
#define ENV32BIT
16
#endif
17
#endif
18
19
// Check GCC
20
#if __GNUC__
21
#if __x86_64__ || __ppc64__
22
#define ENV64BIT
23
#else
24
#define ENV32BIT
25
#endif
26
#endif
xmscore
misc
environment.h
Generated on Wed Sep 16 2020 15:54:16 for xmscore by
1.8.13