diff options
author | root <root> | 2007-11-27 09:17:51 +0000 |
---|---|---|
committer | root <root> | 2007-11-27 09:17:51 +0000 |
commit | ba71cf07f3506b8e303130e981d3b5b3e9ea5dc8 (patch) | |
tree | dd50c0921f538a44917832916681ceae45223966 /ev.h | |
parent | 32d31146fc7b464e5934da588ba7278da5944e0b (diff) |
win32, win32, lose32
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -213,7 +213,11 @@ typedef struct ev_child #if EV_STAT_ENABLE /* st_nlink = 0 means missing file or other error */ +#ifdef _WIN32 +typedef struct _stati64 ev_statdata; +#else typedef struct stat ev_statdata; +#endif /* invoked each time the stat data changes for a given path */ /* revent EV_STAT */ |