]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.3250: MS-Windows: cannot build with libsodium v8.2.3250
authorChristian Brabandt <cb@256bit.org>
Fri, 30 Jul 2021 18:51:59 +0000 (20:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Jul 2021 18:51:59 +0000 (20:51 +0200)
Problem:    MS-Windows: cannot build with libsodium.
Solution:   Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt,
            closes #8668, closes #8663)

src/Make_mvc.mak
src/version.c

index 8c8e71afd6877977f3a25460dd167c0151890d1a..18b5a88c5f4529a07d6c6fc0e694a678aed685dc 100644 (file)
@@ -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
 
index 33f4196595a55f1dce8c94fb5d0255c2f8b7fefa..f324f3d9721c0e364c5fa77c441a1abfa3943963 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3250,
 /**/
     3249,
 /**/