commit | 0b69c73411bfe259d7b9ee87d11554545bedbfd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 15:11:50 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 15:11:50 2010 +0100 |
tree | edc98fdd3baa2ac3901a71ef5ca4043f9f1ff561 | |
parent | 0ca4b350f0fad7bfdc9722e3e7eb1af5fb2e5843 [diff] [blame] |
updated for version 7.2.360 Problem: Ruby on MS-Windows: can't use sockets. Solution: Call NtInitialize() during initialization. (Ariya Mizutani)
diff --git a/src/version.c b/src/version.c index 5ffee97..9abb32a 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 360, +/**/ 359, /**/ 358,