mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Compilation fix (mingw)
This commit is contained in:
parent
3baf79f929
commit
19a698682b
5 changed files with 13 additions and 7 deletions
|
@ -31,6 +31,7 @@
|
|||
#define SAFE_BUFFERS
|
||||
#define NEVER_INLINE __attribute__((noinline))
|
||||
#define FORCE_INLINE __attribute__((always_inline)) inline
|
||||
#define thread_local __thread
|
||||
#endif
|
||||
|
||||
#define CHECK_SIZE(type, size) static_assert(sizeof(type) == size, "Invalid " #type " type size")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue