=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca-27.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM_contrib2/asir2000/include/ca-27.h 2015/08/06 10:01:52 1.7 +++ OpenXM_contrib2/asir2000/include/ca-27.h 2015/08/14 13:51:55 1.8 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/include/ca-27.h,v 1.6 2009/03/16 16:56:35 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca-27.h,v 1.7 2015/08/06 10:01:52 fujimoto Exp $ */ #if SIZEOF_LONG == 8 typedef long L; @@ -70,7 +70,7 @@ struct oN { typedef struct oN *N; -#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(VISUAL) || defined(__MINGW32__) #include #define index(s,c) strchr(s,c) #define bzero(s,len) memset(s,0,len)