commit | e081e21f760bffc24ca98d5f9bbdb5f02e6aea79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 22:33:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 22:33:46 2016 +0100 |
tree | 7c934aa9eabc01274ff94b6d735e092c4a552290 | |
parent | fdd6ce4a2f922afac7bd719a00228dbd8539b9c4 [diff] [blame] |
patch 7.4.1459 Problem: MS-Windows doesn't know socklen_t. Solution: Use previous method for WIN32.
diff --git a/src/version.c b/src/version.c index 0fb7b8a..f9f4128 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1459, +/**/ 1458, /**/ 1457,