--- libev/ev.h 2007/11/27 08:11:52 1.70 +++ libev/ev.h 2007/11/27 09:17:52 1.71 @@ -213,7 +213,11 @@ #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 */