null+****@clear*****
null+****@clear*****
2011年 1月 25日 (火) 23:24:53 JST
Toshihisa 2011-01-25 14:24:53 +0000 (Tue, 25 Jan 2011) New Revision: 27a7ece453b253a32fd4bba7c68069b44f6733c2 Log: define strcharcmp for Win32. Modified files: lib/groonga_in.h Modified: lib/groonga_in.h (+2 -0) =================================================================== --- lib/groonga_in.h 2011-01-25 14:26:35 +0000 (7d8edce) +++ lib/groonga_in.h 2011-01-25 14:24:53 +0000 (89a3b5c) @@ -122,6 +122,8 @@ #define close _close #define usleep(x) Sleep((x) / 1000) #define sleep(x) Sleep((x) * 1000) +#define strcasecmp stricmp + #ifdef __GNUC__ #include <stdint.h>