From bd42a0f5e60014687160cc077d289ae907b4c80c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 16 Jun 2009 14:57:26 +0000 Subject: [PATCH] updated for version 7.2-206 --- src/netbeans.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/netbeans.c b/src/netbeans.c index dba50d457..fe3a70c39 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -32,6 +32,7 @@ /* WinSock API is separated from C API, thus we can't use read(), write(), * errno... */ # define sock_errno WSAGetLastError() +# undef ECONNREFUSED # define ECONNREFUSED WSAECONNREFUSED # ifdef EINTR # undef EINTR diff --git a/src/version.c b/src/version.c index 01957033b..f9ebbeaa4 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 206, /**/ 205, /**/ -- 2.50.1