diff src/netbeans.c @ 1909:9edc96495747 v7.2.206

updated for version 7.2-206
author vimboss
date Tue, 16 Jun 2009 14:57:26 +0000
parents 605f5c2f77ba
children 70a5e723eea2
line wrap: on
line diff
--- 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