10#define THREAD_LOCAL __thread
13#define FORCEINLINE inline __attribute__((always_inline))
14#define SUPPRESS_UNUSED(variable) (void)(variable);
15#define PACKED_STRUCT(definition) definition __attribute__((packed));
18 #define PLATFORM_API DLL_IMPORT