summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index 772029667f..c80dc05115 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1318,7 +1318,7 @@
/*
* +balloon_eval_term Allow balloon expression evaluation in the terminal.
*/
-#if defined(FEAT_HUGE) && defined(UNIX) && defined(FEAT_TIMERS)
+#if defined(FEAT_HUGE) && (defined(UNIX) || defined(WIN32)) && defined(FEAT_TIMERS)
# define FEAT_BEVAL_TERM
#endif