LMMS
Loading...
Searching...
No Matches
ginclude.h
Go to the documentation of this file.
1#ifndef __gInclude__
2#define __gInclude__
3
4#if SGI
5 #undef BEOS
6 #undef MAC
7 #undef WINDOWS
8 //
9 #define ASIO_BIG_ENDIAN 1
10 #define ASIO_CPU_MIPS 1
11#elif defined(WIN32) || defined(_WIN64)
12 #undef BEOS
13 #undef MAC
14 #undef SGI
15 #define WINDOWS 1
16 #define ASIO_LITTLE_ENDIAN 1
17 #define ASIO_CPU_X86 1
18#elif BEOS
19 #undef MAC
20 #undef SGI
21 #undef WINDOWS
22 #define ASIO_LITTLE_ENDIAN 1
23 #define ASIO_CPU_X86 1
24 //
25#else
26 #define MAC 1
27 #undef BEOS
28 #undef WINDOWS
29 #undef SGI
30 #define ASIO_BIG_ENDIAN 1
31 #define ASIO_CPU_PPC 1
32#endif
33
34// always
35#define NATIVE_INT64 0
36#define IEEE754_64FLOAT 1
37
38#endif // __gInclude__