Mercurial > vim
comparison src/config.h.in @ 20077:128963cd954f v8.2.0594
patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501
Commit: https://github.com/vim/vim/commit/b6fb0516ec862a18fdffe06c9400d507a7193835
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 18 18:24:18 2020 +0200
patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501
Problem: MS-Windows: cannot build with WINVER set to 0x0501.
Solution: Only use inet_ntop() when available. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5946)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 18 Apr 2020 18:30:03 +0200 |
parents | e373843e2980 |
children | 4470e19bc790 |
comparison
equal
deleted
inserted
replaced
20076:023d3226e727 | 20077:128963cd954f |
---|---|
172 #undef HAVE_GETPWUID | 172 #undef HAVE_GETPWUID |
173 #undef HAVE_GETRLIMIT | 173 #undef HAVE_GETRLIMIT |
174 #undef HAVE_GETTIMEOFDAY | 174 #undef HAVE_GETTIMEOFDAY |
175 #undef HAVE_GETWD | 175 #undef HAVE_GETWD |
176 #undef HAVE_ICONV | 176 #undef HAVE_ICONV |
177 #undef HAVE_INET_NTOP | |
177 #undef HAVE_LOCALTIME_R | 178 #undef HAVE_LOCALTIME_R |
178 #undef HAVE_LSTAT | 179 #undef HAVE_LSTAT |
179 #undef HAVE_MEMSET | 180 #undef HAVE_MEMSET |
180 #undef HAVE_MKDTEMP | 181 #undef HAVE_MKDTEMP |
181 #undef HAVE_NANOSLEEP | 182 #undef HAVE_NANOSLEEP |