1 2 3#ifndef _NINE_FLAGS_H_ 4#define _NINE_FLAGS_H_ 5 6#include "pipe/p_compiler.h" 7 8/* Incoming 32 bits calls are 4-byte aligned. 9 * We need to realign them to be able to use 10 * SSE and to work with other libraries (llvm, etc) 11 */ 12#define NINE_WINAPI WINAPI PIPE_ALIGN_STACK 13 14#endif /* _NINE_FLAGS_H_ */ 15