commit | f32c5cd6e0e6aa6d4aeacb6bf52e3d3ba21e5201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 16:07:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 16:07:44 2016 +0100 |
tree | 9c40164b4f6be45820a7d09b905dba7abbd760c8 | |
parent | b86a343280b08d6701da68ee0651e960a0a7a61c [diff] [blame] |
patch 7.4.1080 Problem: VS2015 has a function HandleToLong() that is shadowed by the macro that Vim defines. Solution: Do not define HandleToLong() for MSVC version 1400 and later. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 723dcf8..449dd55 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1080, +/**/ 1079, /**/ 1078,