aboutsummaryrefslogtreecommitdiff
path: root/src/mbyte.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbyte.c')
-rw-r--r--src/mbyte.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbyte.c b/src/mbyte.c
index 2c5dd8c6e0..f150b9b9ca 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -3814,8 +3814,7 @@ int convert_setup_ext(vcp, from, from_unicode_is_utf8, to, to_unicode_is_utf8)
return OK;
}
-#if defined(FEAT_GUI) || defined(WIN3264) \
- || defined(MSDOS) || defined(PROTO)
+#if defined(FEAT_GUI) || defined(WIN3264) || defined(PROTO)
/*
* Do conversion on typed input characters in-place.
* The input and output are not NUL terminated!