Chez Scheme: repair for MinGW
This commit is contained in:
parent
57be9a7702
commit
c96673d198
|
@ -15,11 +15,11 @@
|
|||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
# ifndef __MINGW32__
|
||||
# undef FORCEINLINE
|
||||
# ifndef __MINGW32__
|
||||
# define FORCEINLINE static __forceinline
|
||||
# else
|
||||
# define FORCEINLINE static
|
||||
# define FORCEINLINE static __attribute__((__always_inline__)) inline
|
||||
# endif
|
||||
#else
|
||||
#define FORCEINLINE static inline
|
||||
|
|
Loading…
Reference in New Issue
Block a user