Patch 8.1.1152
Problem: Compiler warning with VS2019.
Solution: Specify different offset for "AMD64". (closes #4235)
Files: src/GvimExt/Makefile
*** ../vim-8.1.1151/src/GvimExt/Makefile 2019-04-04 20:31:59.094873282
+0200
--- src/GvimExt/Makefile 2019-04-11 17:20:57.006137643 +0200
***************
*** 58,64 ****
SUBSYSTEM = $(SUBSYSTEM),$(SUBSYSTEM_VER)
!endif
! !if "$(CPU)" == "ARM64"
OFFSET = 0x11C000000
!else
OFFSET = 0x1C000000
--- 58,64 ----
SUBSYSTEM = $(SUBSYSTEM),$(SUBSYSTEM_VER)
!endif
! !if "$(CPU)" == "AMD64" || "$(CPU)" == "ARM64"
OFFSET = 0x11C000000
!else
OFFSET = 0x1C000000
*** ../vim-8.1.1151/src/version.c 2019-04-11 16:21:29.833200930 +0200
--- src/version.c 2019-04-11 17:20:34.710262502 +0200
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1152,
/**/
--
hundred-and-one symptoms of being an internet addict:
246. You use up your free 1 Gbyte in two days.
/// Bram Moolenaar -- [email protected] -- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.