commit | eca99bd45f094b1b12e22b9d6b206bd05dc9a38c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 22:50:05 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 22:50:05 2016 +0100 |
tree | 6687421668c4e3c204aa3a8364d80ef26e0ba97f | |
parent | 0bee2fe25aca7e8e5fefe55fe0f2c0e5e0878a98 [diff] [blame] |
patch 7.4.1063 Problem: TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with Cygwin and MingW. Solution: Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile.
diff --git a/src/version.c b/src/version.c index b22b30c..a14e069 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1063, +/**/ 1062, /**/ 1061,