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