Go to the documentation of this file.
21 #ifndef ONIPLATFORMLINUX_X86_H
22 #define ONIPLATFORMLINUX_X86_H
42 #define ONI_PLATFORM ONI_PLATFORM_LINUX_X86
43 #define ONI_PLATFORM_STRING "Linux-x86"
48 #define ONI_PLATFORM_ENDIAN_TYPE ONI_PLATFORM_IS_LITTLE_ENDIAN
50 #define ONI_PLATFORM_SUPPORTS_DYNAMIC_LIBS 1
56 #define ONI_DEFAULT_MEM_ALIGN 16
59 #define ONI_THREAD_STATIC __thread
65 #define ONI_FILE_MAX_PATH 256
71 #define ONI_STDCALL __stdcall
74 #define ONI_CALLBACK_TYPE
83 #define ONI_TIMESTAMP __DATE__ " " __TIME__
86 #define ONI_STRINGIFY(n) ONI_STRINGIFY_HELPER(n)
87 #define ONI_STRINGIFY_HELPER(n) #n
93 #define ONI_API_EXPORT __attribute__ ((visibility("default")))
96 #define ONI_API_IMPORT
99 #define ONI_API_DEPRECATED(msg) __attribute__((warning("This function is deprecated: " msg)))
101 #endif // ONIPLATFORMLINUX_X86_H