summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index 4b0341c..76f7a10 100644
--- a/ev.h
+++ b/ev.h
@@ -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 */