To: vim_dev@googlegroups.com Subject: Patch 8.0.1473 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1473 Problem: MS-Windows: D&D fails between 32 and 64 bit apps. Solution: Add the /HIGHENTROPYVA:NO linker option. (Ken Takata, closes #2504) Files: src/Make_mvc.mak *** ../vim-8.0.1472/src/Make_mvc.mak 2017-12-14 13:15:12.722867837 +0100 --- src/Make_mvc.mak 2018-02-04 19:36:32.802152954 +0100 *************** *** 1179,1184 **** --- 1179,1191 ---- !endif !endif + !if $(MSVC_MAJOR) >= 11 && "$(CPU)" == "AMD64" && "$(GUI)" == "yes" + # This option is required for VC2012 or later so that 64-bit gvim can + # accept D&D from 32-bit applications. NOTE: This disables 64-bit ASLR, + # therefore the security level becomes as same as VC2010. + LINKARGS1 = $(LINKARGS1) /HIGHENTROPYVA:NO + !endif + all: $(VIM).exe \ vimrun.exe \ install.exe \ *** ../vim-8.0.1472/src/version.c 2018-02-04 19:11:26.670502141 +0100 --- src/version.c 2018-02-04 19:37:06.437896990 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1473, /**/ -- You got to work at a mill? Lucky! I got sent back to work in the acid-mines for my daily crust of stale bread... which not even the birds would eat. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///