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