Patch 8.2.4769
Problem: Build warning with UCRT.
Solution: Adjust #ifdef for _wenviron. (John Marriott)
Files: src/evalfunc.c
*** ../vim-8.2.4768/src/evalfunc.c 2022-04-16 10:40:59.081370588 +0100
--- src/evalfunc.c 2022-04-17 10:55:25.960562114 +0100
***************
*** 3673,3680 ****
#if !defined(AMIGA)
int i = 0;
char_u *entry, *value;
! # ifdef MSWIN
extern wchar_t **_wenviron;
# else
extern char **environ;
# endif
--- 3673,3682 ----
#if !defined(AMIGA)
int i = 0;
char_u *entry, *value;
! # if defined (MSWIN)
! # if !defined(_UCRT)
extern wchar_t **_wenviron;
+ # endif
# else
extern char **environ;
# endif
*** ../vim-8.2.4768/src/version.c 2022-04-16 21:46:35.096540795 +0100
--- src/version.c 2022-04-17 10:52:23.828734121 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4769,
/**/
--
hundred-and-one symptoms of being an internet addict:
3. Your bookmark takes 15 minutes to scroll from top to bottom.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220417095849.E87031C0865%40moolenaar.net.