summaryrefslogtreecommitdiffstats
path: root/src/Make_cyg_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-24 22:29:21 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-24 22:29:21 +0200
commit8a77306fa170f9d95f2402e73b4a94a2692ce84f (patch)
tree1b02486ba966cc5ee70636ce9d62aea4e6f3dd5a /src/Make_cyg_ming.mak
parent2155441460a6dc0a72125f7860507693112a1460 (diff)
patch 8.0.0769: build problems with terminal on MS-Windowsv8.0.0769
Problem: Build problems with terminal on MS-Windows using MSVC. Solution: Remove stdbool.h dependency. Only use ScreenLinesUC when it was allocated. Fix typos. (Ken Takata)
Diffstat (limited to 'src/Make_cyg_ming.mak')
-rw-r--r--src/Make_cyg_ming.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak
index 0f6a492188..a7bf3b90b9 100644
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -73,6 +73,7 @@ CHANNEL=yes
else
CHANNEL=$(GUI)
endif
+# Set to yes to enable terminal support.
TERMINAL=no