Rui Hirokawa
hirok****@users*****
2003年 8月 23日 (土) 17:11:29 JST
hirokawa 03/08/23 17:11:29 Modified: . Tag: LIBMBFL_1_0 config.h.vc6 mbfl Tag: LIBMBFL_1_0 mbfl_encoding.c mbfl_language.c Added: mbfl Tag: LIBMBFL_1_0 mbfl_compat.h Log: strcasecmp macro moved to mbfl_compat.h. Revision Changes Path No revision No revision 1.1.2.2 +0 -2 libmbfl/config.h.vc6 Index: config.h.vc6 =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/config.h.vc6,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- config.h.vc6 14 Aug 2003 08:22:12 -0000 1.1.2.1 +++ config.h.vc6 23 Aug 2003 08:11:29 -0000 1.1.2.2 @@ -10,5 +10,3 @@ #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.3 +1 -0 libmbfl/mbfl/mbfl_encoding.c Index: mbfl_encoding.c =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_encoding.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- mbfl_encoding.c 25 Dec 2002 17:46:26 -0000 1.1.2.2 +++ mbfl_encoding.c 23 Aug 2003 08:11:29 -0000 1.1.2.3 @@ -44,6 +44,7 @@ #include <strings.h> #endif +#include "mbfl_compat.h" #include "mbfl_encoding.h" #include "mbfilter_pass.h" #include "mbfilter_8bit.h" 1.1.2.4 +1 -0 libmbfl/mbfl/mbfl_language.c Index: mbfl_language.c =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_language.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- mbfl_language.c 1 Aug 2003 11:15:54 -0000 1.1.2.3 +++ mbfl_language.c 23 Aug 2003 08:11:29 -0000 1.1.2.4 @@ -50,6 +50,7 @@ #include "mbfl_encoding.h" #include "mbfl_language.h" +#include "mbfl_compat.h" #include "nls/nls_ja.h" #include "nls/nls_kr.h" No revision No revision 1.1.2.1 +3 -0 libmbfl/mbfl/Attic/mbfl_compat.h