~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/frontends/nine/nine_flags.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#ifndef _NINE_FLAGS_H_
4
4
#define _NINE_FLAGS_H_
5
5
 
6
 
#include "pipe/p_compiler.h"
 
6
#include "util/compiler.h"
7
7
 
8
8
/* Incoming 32 bits calls are 4-byte aligned.
9
9
 * We need to realign them to be able to use
11
11
 */
12
12
#define NINE_WINAPI WINAPI UTIL_ALIGN_STACK
13
13
 
14
 
#endif /* _NINE_FLAGS_H_ */
 
 
b'\\ No newline at end of file'
 
14
#endif /* _NINE_FLAGS_H_ */