summaryrefslogtreecommitdiffstats
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 425498c6bc..001f085751 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -49,7 +49,7 @@ static int selinux_enabled = -1;
#endif
#ifdef __CYGWIN__
-# ifndef WIN32
+# ifndef MSWIN
# include <cygwin/version.h>
# include <sys/cygwin.h> /* for cygwin_conv_to_posix_path() and/or
* for cygwin_conv_path() */