fix FORCEINLINE
for MinGW
This commit is contained in:
parent
5894550833
commit
57be9a7702
|
@ -18,6 +18,8 @@
|
||||||
# ifndef __MINGW32__
|
# ifndef __MINGW32__
|
||||||
# undef FORCEINLINE
|
# undef FORCEINLINE
|
||||||
# define FORCEINLINE static __forceinline
|
# define FORCEINLINE static __forceinline
|
||||||
|
# else
|
||||||
|
# define FORCEINLINE static
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
#define FORCEINLINE static inline
|
#define FORCEINLINE static inline
|
||||||
|
|
Loading…
Reference in New Issue
Block a user