diff src/ui.c @ 18896:4481f3b29fc5 v8.2.0009

patch 8.2.0009: VMS: terminal version doesn't build Commit: https://github.com/vim/vim/commit/95f0b6e5a5e5861da34cc064c601faf4eeed4ed6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 15 12:54:18 2019 +0100 patch 8.2.0009: VMS: terminal version doesn't build Problem: VMS: terminal version doesn't build. Solution: Move MIN definition. Adjust #ifdefs. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Dec 2019 13:00:04 +0100
parents 18a4871332ce
children 1c75e1974313
line wrap: on
line diff
--- a/src/ui.c
+++ b/src/ui.c
@@ -247,7 +247,7 @@ theend:
     return retval;
 }
 
-#if defined(UNIX) || defined(FEAT_GUI) || defined(PROTO)
+#if defined(UNIX) || defined(VMS) || defined(FEAT_GUI) || defined(PROTO)
 /*
  * Common code for mch_inchar() and gui_inchar(): Wait for a while or
  * indefinitely until characters are available, dealing with timers and