summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 5df539ecbd..0cd07eebcc 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -98,6 +98,7 @@ extern "C++" {
#include <process.h>
#include <time.h>
#include <math.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <sys/utime.h>
#include <io.h>
@@ -180,7 +181,7 @@ extern "C++" {
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#undef stat
-#define stat win32_stat
+#define stat(path,st) win32_stat(path,st)
/* these are defined in nt.c */
#ifdef __MINGW32__