fix FORCEINLINE for MinGW

This commit is contained in:
Matthew Flatt 2020-08-15 07:49:07 -06:00
parent 5894550833
commit 57be9a7702

View File

@ -18,6 +18,8 @@
# ifndef __MINGW32__
# undef FORCEINLINE
# define FORCEINLINE static __forceinline
# else
# define FORCEINLINE static
# endif
#else
#define FORCEINLINE static inline