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 -- b...@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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui