summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/nine/nine_flags.h
blob: 61686a7f60f5736200facd448aed96821dd23cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


#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_ */