changeset 25427:2fffc285871d v8.2.3250

patch 8.2.3250: MS-Windows: cannot build with libsodium Commit: https://github.com/vim/vim/commit/1790be6cb6f2edfd8a833dd848b8df02cef599cf Author: Christian Brabandt <cb@256bit.org> Date: Fri Jul 30 20:51:59 2021 +0200 patch 8.2.3250: MS-Windows: cannot build with libsodium Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Jul 2021 21:00:04 +0200
parents 15a4db8dde00
children 738999603812
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -395,7 +395,7 @@ SODIUM = no
 
 !if "$(SODIUM)" != "no"
 SOD_INC		= /I "$(SODIUM)\include"
-SOD_DEFS	= -DFEAT_SODIUM
+SOD_DEFS	= -DHAVE_SODIUM
 SOD_LIB		= $(SOD_LIB)\libsodium.lib
 !endif
 
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3250,
+/**/
     3249,
 /**/
     3248,