1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-12-15 12:54:18 +01:00
parent 3e2d1c8cd6
commit 95f0b6e5a5
5 changed files with 12 additions and 8 deletions

View File

@@ -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