summaryrefslogtreecommitdiffstats
path: root/src/nbdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nbdebug.c')
-rw-r--r--src/nbdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nbdebug.c b/src/nbdebug.c
index 991bc6633f..b76d9caf07 100644
--- a/src/nbdebug.c
+++ b/src/nbdebug.c
@@ -124,7 +124,7 @@ lookup(
expand_env((char_u *) file, (char_u *) buf, BUFSIZ);
return
-#ifndef FEAT_GUI_W32
+#ifndef FEAT_GUI_MSWIN
(access(buf, F_OK) == 0);
#else
(access(buf, 0) == 0);