Rui Hirokawa
hirok****@users*****
2003年 8月 23日 (土) 19:16:13 JST
hirokawa 03/08/23 19:16:13 Modified: . Tag: LIBMBFL_1_0 config.h.vc6 mbfl Tag: LIBMBFL_1_0 mbfl_compat.h Log: revert previous patch. Revision Changes Path No revision No revision 1.1.2.3 +2 -0 libmbfl/config.h.vc6 Index: config.h.vc6 =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/config.h.vc6,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- config.h.vc6 23 Aug 2003 08:11:29 -0000 1.1.2.2 +++ config.h.vc6 23 Aug 2003 10:16:12 -0000 1.1.2.3 @@ -10,3 +10,5 @@ #define HAVE_WIN32_NATIVE_THREAD 1 #define USE_WIN32_NATIVE_THREAD 1 #define ENABLE_THREADS 1 + +#define strcasecmp(s1, s2) stricmp(s1, s2) No revision No revision 1.1.2.2 +1 -3 libmbfl/mbfl/Attic/mbfl_compat.h Index: mbfl_compat.h =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/mbfl/Attic/mbfl_compat.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- mbfl_compat.h 23 Aug 2003 08:11:29 -0000 1.1.2.1 +++ mbfl_compat.h 23 Aug 2003 10:16:13 -0000 1.1.2.2 @@ -1,3 +1 @@ -#ifndef HAVE_STRCASECMP -#define strcasecmp(s1, s2) stricmp(s1, s2) -#endif +