summaryrefslogtreecommitdiff
path: root/lib/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stat.c')
-rw-r--r--lib/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stat.c b/lib/stat.c
index 1c5b62e..18c0caa 100644
--- a/lib/stat.c
+++ b/lib/stat.c
@@ -27,7 +27,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