blob: 61686a7f60f5736200facd448aed96821dd23cc1 [file] [log] [blame]
#ifndef _NINE_FLAGS_H_
#define _NINE_FLAGS_H_
#include "pipe/p_compiler.h"
/* Incoming 32 bits calls are 4-byte aligned.
* We need to realign them to be able to use
* SSE and to work with other libraries (llvm, etc)
*/
#define NINE_WINAPI WINAPI PIPE_ALIGN_STACK
#endif /* _NINE_FLAGS_H_ */