]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.206
- new
[packages/vim.git] / 7.2.206
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.206
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.206
11 Problem:    Win32: Can't build netbeans interface with Visual Studio 2010.
12 Solution:   Undefine ECONNREFUSED. (George Reilly)
13 Files:      src/netbeans.c
14
15
16 *** ../vim-7.2.205/src/netbeans.c       2009-05-17 23:25:16.000000000 +0200
17 --- src/netbeans.c      2009-06-16 16:39:17.000000000 +0200
18 ***************
19 *** 32,37 ****
20 --- 32,38 ----
21   /* WinSock API is separated from C API, thus we can't use read(), write(),
22    * errno... */
23   # define sock_errno WSAGetLastError()
24 + # undef ECONNREFUSED
25   # define ECONNREFUSED WSAECONNREFUSED
26   # ifdef EINTR
27   #  undef EINTR
28 *** ../vim-7.2.205/src/version.c        2009-06-16 16:45:14.000000000 +0200
29 --- src/version.c       2009-06-16 16:57:45.000000000 +0200
30 ***************
31 *** 678,679 ****
32 --- 678,681 ----
33   {   /* Add new patch number below this line */
34 + /**/
35 +     206,
36   /**/
37
38 -- 
39 How To Keep A Healthy Level Of Insanity:
40 18. When leaving the zoo, start running towards the parking lot,
41     yelling "run for your lives, they're loose!!"
42
43  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
44 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45 \\\        download, build and distribute -- http://www.A-A-P.org        ///
46  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.031449 seconds and 3 git commands to generate.