Add initial bits for Qt6 support
[carla.git] / source / modules / rtaudio / include / ginclude.h
blob8c609c7ad9a486d6510ea4d77a488372e95368b5
1 #ifndef __gInclude__
2 #define __gInclude__
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
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
34 // always
35 #define NATIVE_INT64 0
36 #define IEEE754_64FLOAT 1
38 #endif // __gInclude__