comparison 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
comparison
equal deleted inserted replaced
1908:15e847397be7 1909:9edc96495747
30 # include <tchar.h> /* for _T definition for TRACEn macros */ 30 # include <tchar.h> /* for _T definition for TRACEn macros */
31 # endif 31 # endif
32 /* WinSock API is separated from C API, thus we can't use read(), write(), 32 /* WinSock API is separated from C API, thus we can't use read(), write(),
33 * errno... */ 33 * errno... */
34 # define sock_errno WSAGetLastError() 34 # define sock_errno WSAGetLastError()
35 # undef ECONNREFUSED
35 # define ECONNREFUSED WSAECONNREFUSED 36 # define ECONNREFUSED WSAECONNREFUSED
36 # ifdef EINTR 37 # ifdef EINTR
37 # undef EINTR 38 # undef EINTR
38 # endif 39 # endif
39 # define EINTR WSAEINTR 40 # define EINTR WSAEINTR