=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Z.c,v retrieving revision 1.11 retrieving revision 1.13 diff -u -p -r1.11 -r1.13 --- OpenXM_contrib2/asir2000/engine/Z.c 2009/03/02 16:28:30 1.11 +++ OpenXM_contrib2/asir2000/engine/Z.c 2015/08/06 10:01:52 1.13 @@ -3,8 +3,8 @@ #include "inline.h" #if defined(__GNUC__) -#define INLINE inline -#elif defined(VISUAL) +#define INLINE static inline +#elif defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) #define INLINE __inline #else #define INLINE