Navigation Menu

Skip to content

Commit

Permalink
windows: define variables for IO format v1
Browse files Browse the repository at this point in the history
It should be included in the previous commit...
  • Loading branch information
kou committed Jan 17, 2015
1 parent c3c5c11 commit 23f0bf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/grn_io.h
Expand Up @@ -59,19 +59,19 @@ 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;

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;
Expand Down

0 comments on commit 23f0bf3

Please sign in to comment.