=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Mgfs.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- OpenXM_contrib2/asir2000/engine/Mgfs.c 2013/11/05 11:36:58 1.17 +++ OpenXM_contrib2/asir2000/engine/Mgfs.c 2015/08/06 10:01:52 1.18 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/engine/Mgfs.c,v 1.16 2004/07/30 07:34:40 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/engine/Mgfs.c,v 1.17 2013/11/05 11:36:58 ohara Exp $ */ #include "ca.h" #include "inline.h" @@ -9,7 +9,7 @@ extern int *current_gfs_plus1; #if defined(__GNUC__) #define INLINE static inline -#elif defined(VISUAL) +#elif defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) #define INLINE __inline #else #define INLINE