summaryrefslogtreecommitdiffstats
path: root/src/os_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_win32.c b/src/os_win32.c
index acbc4cb7d0..334d9735ee 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -2222,7 +2222,7 @@ theend:
buf[len++] = typeahead[0];
mch_memmove(typeahead, typeahead + 1, --typeaheadlen);
}
-# ifdef FEAT_JOB_CHANNEL
+# ifdef FEAT_EVAL
if (len > 0)
{
buf[len] = NUL;
@@ -4923,7 +4923,7 @@ mch_call_shell(
int tmode = cur_tmode;
WCHAR szShellTitle[512];
-#ifdef FEAT_JOB_CHANNEL
+#ifdef FEAT_EVAL
ch_log(NULL, "executing shell command: %s", cmd);
#endif
// Change the title to reflect that we are in a subshell.