commit | b6fb0516ec862a18fdffe06c9400d507a7193835 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 18:24:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 18:24:18 2020 +0200 |
tree | 4ff904f75596cb65758ee6a39dba61da97abea58 | |
parent | a494f56f885876c98a276f7acfa386bfbb344680 [diff] [blame] |
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 #5946)
diff --git a/src/version.c b/src/version.c index c3a0a19..09dc678 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 594, +/**/ 593, /**/ 592,