summaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.c b/src/screen.c
index d06cc3fcb7..4973b510de 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -7974,7 +7974,7 @@ screen_start_highlight(int attr)
screen_attr = attr;
if (full_screen
-#ifdef WIN3264
+#ifdef MSWIN
&& termcap_active
#endif
)
@@ -8081,7 +8081,7 @@ screen_stop_highlight(void)
int do_ME = FALSE; /* output T_ME code */
if (screen_attr != 0
-#ifdef WIN3264
+#ifdef MSWIN
&& termcap_active
#endif
)