summaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 6bd2aa72e5..c076560948 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -11453,7 +11453,7 @@ f_has(argvars, rettv)
#if defined(UNIX) && (defined(__CYGWIN32__) || defined(__CYGWIN__))
"win32unix",
#endif
-#ifdef WIN64
+#if defined(WIN64) || defined(_WIN64)
"win64",
#endif
#ifdef EBCDIC