Moriyoshi Koizumi
moriy****@users*****
2002年 12月 31日 (火) 04:35:46 JST
moriyoshi 02/12/31 04:35:46 Modified: . config.h.bcc32 Log: Fixed win32 Borland C++ build Revision Changes Path 1.3 +2 -1 libmbfl/config.h.bcc32 Index: config.h.bcc32 =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/config.h.bcc32,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- config.h.bcc32 30 Dec 2002 19:33:35 -0000 1.2 +++ config.h.bcc32 30 Dec 2002 19:35:46 -0000 1.3 @@ -8,4 +8,5 @@ /* #undef HAVE_STRCASECMP */ #define HAVE_STRICMP 1 #define HAVE_WIN32_NATIVE_THREAD 1 -#define ENABLE_THREAD WIN32_NATIVE +#define USE_WIN32_NATIVE_THREAD 1 +#define ENABLE_THREAD 1