commit | a8343c1808f2f268282f3030ce4adaf22e8ade54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 22:09:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 22:09:48 2016 +0100 |
tree | cf853bc590793f2dd2bec4b62ff08f9efa30c80a | |
parent | 3fc3e14282c182c046d1335f3d576bc0eeb605c5 [diff] [blame] |
patch 7.4.1260 Problem: The channel feature doesn't work on Win32 GUI. Solution: Use WSAGetLastError(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 634b97c..8611d49 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1260, +/**/ 1259, /**/ 1258,