]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1080 v7.4.1080
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2016 15:07:44 +0000 (16:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2016 15:07:44 +0000 (16:07 +0100)
commitf32c5cd6e0e6aa6d4aeacb6bf52e3d3ba21e5201
tree9c40164b4f6be45820a7d09b905dba7abbd760c8
parentb86a343280b08d6701da68ee0651e960a0a7a61c
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)
src/gui_w32.c
src/version.c