Message121741
#define EWOULDBLOCK 140
#define WSAEWOULDBLOCK 10035L
The editor suggests that EWOULDBLOCK is already defined, therefore its code is used, i.e. 140.
#define ECONNREFUSED 107
#define WSAECONNREFUSED 10061L
The E* are defined in errno.h and the WSA* in WinError.h. It seems that in my case the POSIX compliant headers are used. |
|
| Date |
User |
Action |
Args |
| 2010-11-20 19:50:23 | Kotan | set | recipients:
+ Kotan, loewis, amaury.forgeotdarc, pitrou, tim.golden, brian.curtin |
| 2010-11-20 19:50:23 | Kotan | set | messageid: <[email protected]> |
| 2010-11-20 19:50:21 | Kotan | link | issue10469 messages |
| 2010-11-20 19:50:21 | Kotan | create | |
|