summaryrefslogtreecommitdiff
path: root/lib/fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fstat.c')
-rw-r--r--lib/fstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fstat.c b/lib/fstat.c
index c143d46..41ee761 100644
--- a/lib/fstat.c
+++ b/lib/fstat.c
@@ -25,7 +25,7 @@
#include <sys/stat.h>
#undef __need_system_sys_stat_h
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
+#if defined _WIN32 && ! defined __CYGWIN__
# define WINDOWS_NATIVE
#endif