Kouhei Sutou
null+****@clear*****
Sat Jan 17 16:16:57 JST 2015
Kouhei Sutou 2015-01-17 16:16:57 +0900 (Sat, 17 Jan 2015) New Revision: 23f0bf3059ae1af56bbc786ad5be8cb872726b20 https://github.com/groonga/groonga/commit/23f0bf3059ae1af56bbc786ad5be8cb872726b20 Message: windows: define variables for IO format v1 It should be included in the previous commit... Modified files: lib/grn_io.h Modified: lib/grn_io.h (+4 -4) =================================================================== --- lib/grn_io.h 2015-01-17 16:13:41 +0900 (8766777) +++ lib/grn_io.h 2015-01-17 16:16:57 +0900 (00a1c3a) @@ -59,9 +59,9 @@ typedef struct { void *addr; uint32_t diff; int32_t cached; -#if defined(WIN32) && defined(WIN32_FMO_EACH) +#ifdef WIN32 HANDLE fmo; -#endif /* defined(WIN32) && defined(WIN32_FMO_EACH) */ +#endif /* WIN32 */ void *uncompressed_value; } grn_io_win; @@ -69,9 +69,9 @@ typedef struct { void *map; uint32_t nref; uint32_t count; -#if defined(WIN32) && defined(WIN32_FMO_EACH) +#ifdef WIN32 HANDLE fmo; -#endif /* defined(WIN32) && defined(WIN32_FMO_EACH) */ +#endif /* WIN32 */ } grn_io_mapinfo; typedef struct _grn_io_array_info grn_io_array_info; -------------- next part -------------- HTML����������������������������...Download