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:
2
src/ui.c
2
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
|
||||
|
Reference in New Issue
Block a user