81c2858
To: vim-dev@vim.org
81c2858
Subject: Patch 7.2.206
81c2858
Fcc: outbox
81c2858
From: Bram Moolenaar <Bram@moolenaar.net>
81c2858
Mime-Version: 1.0
81c2858
Content-Type: text/plain; charset=UTF-8
81c2858
Content-Transfer-Encoding: 8bit
81c2858
------------
81c2858
81c2858
Patch 7.2.206
81c2858
Problem:    Win32: Can't build netbeans interface with Visual Studio 2010.
81c2858
Solution:   Undefine ECONNREFUSED. (George Reilly)
81c2858
Files:	    src/netbeans.c
81c2858
81c2858
81c2858
*** ../vim-7.2.205/src/netbeans.c	2009-05-17 23:25:16.000000000 +0200
81c2858
--- src/netbeans.c	2009-06-16 16:39:17.000000000 +0200
81c2858
***************
81c2858
*** 32,37 ****
81c2858
--- 32,38 ----
81c2858
  /* WinSock API is separated from C API, thus we can't use read(), write(),
81c2858
   * errno... */
81c2858
  # define sock_errno WSAGetLastError()
81c2858
+ # undef ECONNREFUSED
81c2858
  # define ECONNREFUSED WSAECONNREFUSED
81c2858
  # ifdef EINTR
81c2858
  #  undef EINTR
81c2858
*** ../vim-7.2.205/src/version.c	2009-06-16 16:45:14.000000000 +0200
81c2858
--- src/version.c	2009-06-16 16:57:45.000000000 +0200
81c2858
***************
81c2858
*** 678,679 ****
81c2858
--- 678,681 ----
81c2858
  {   /* Add new patch number below this line */
81c2858
+ /**/
81c2858
+     206,
81c2858
  /**/
81c2858
81c2858
-- 
81c2858
How To Keep A Healthy Level Of Insanity:
81c2858
18. When leaving the zoo, start running towards the parking lot,
81c2858
    yelling "run for your lives, they're loose!!"
81c2858
81c2858
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
81c2858
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
81c2858
\\\        download, build and distribute -- http://www.A-A-P.org        ///
81c2858
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///