To: vim_dev@googlegroups.com Subject: Patch 8.2.3250 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3250 Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663) Files: src/Make_mvc.mak *** ../vim-8.2.3249/src/Make_mvc.mak 2021-07-10 21:28:55.323050112 +0200 --- src/Make_mvc.mak 2021-07-30 20:48:54.693406656 +0200 *************** *** 395,401 **** !if "$(SODIUM)" != "no" SOD_INC = /I "$(SODIUM)\include" ! SOD_DEFS = -DFEAT_SODIUM SOD_LIB = $(SOD_LIB)\libsodium.lib !endif --- 395,401 ---- !if "$(SODIUM)" != "no" SOD_INC = /I "$(SODIUM)\include" ! SOD_DEFS = -DHAVE_SODIUM SOD_LIB = $(SOD_LIB)\libsodium.lib !endif *** ../vim-8.2.3249/src/version.c 2021-07-29 22:48:50.107129898 +0200 --- src/version.c 2021-07-30 20:50:34.573199473 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3250, /**/ -- Facepalm statement #1: "I'm going to New York tomorrow, hopefully I have time to visit the White House" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///