commit | b5b95750a688d1fabafc6dbc2f31df90d5b5a17e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 21:59:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 21:59:36 2016 +0200 |
tree | ecc187fd1ef6bf86dd7494e6f995958b4eac6e51 | |
parent | 678e480529bce7ba3c09e71233249e3b56531b24 [diff] [blame] |
patch 7.4.1944 Problem: Win32: Cannot compile with XPM feature using VC2015 Solution: Add XPM libraries compiled with VC2015, and enable to build gvim.exe which supports XPM using VC2015. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 52097f6..d1683fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1944, +/**/ 1943, /**/ 1942,