]> git.llucax.com Git - software/libev.git/blobdiff - ev.c
win32, win32, lose32
[software/libev.git] / ev.c
diff --git a/ev.c b/ev.c
index 86e366cdc0430ef70a7d075e0917ab563aefb67b..40e229202319dc8addb2e11810669428005e77d8 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -200,7 +200,7 @@ extern "C" {
 #else
 # define expect(expr,value)         (expr)
 # define inline_speed               static
-# define inline_minimal             static
+# define inline_size                static
 # define noinline
 #endif
 
@@ -1634,7 +1634,8 @@ ev_child_stop (EV_P_ ev_child *w)
 #if EV_STAT_ENABLE
 
 # ifdef _WIN32
-#  define lstat(a,b) stat(a,b)
+#  undef lstat
+#  define lstat(a,b) _stati64 (a,b)
 # endif
 
 #define DEF_STAT_INTERVAL 5.0074891