mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix for #1546
This commit is contained in:
parent
9adb534c7f
commit
9b505984f2
@ -23,7 +23,7 @@
|
|||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define force_inline __forceinline
|
#define force_inline __forceinline
|
||||||
#else
|
#else
|
||||||
#define force_inline __attribute__((always_inline))
|
#define force_inline __attribute__((always_inline)) inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||||
|
Loading…
Reference in New Issue
Block a user