commit | 938ee834d345062cd94f8fdfd54fad0019432a83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 15:36:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 15:36:03 2016 +0100 |
tree | 7f5197eb27ce7d78484487fdd79ccaab6640352c | |
parent | 6039c7f05376f0e470cf62bf2757e653aea357f3 [diff] [blame] |
patch 7.4.1165 Problem: When defining DYNAMIC_ICONV_DLL in the makefile, the build fails. Solution: Add #ifdef's. (Taro Muraoka) Try the newer version first.
diff --git a/src/version.c b/src/version.c index c412309..27496b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1165, +/**/ 1164, /**/ 1163,