Changeset 21417 for trunk/include/win/winsock.h
- Timestamp:
- Aug 14, 2010, 7:17:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winsock.h
r6153 r21417 443 443 #define WSAEREMOTE (WSABASEERR+71) 444 444 445 #define WSAEDISCON (WSABASEERR+101)446 447 445 #define WSASYSNOTREADY (WSABASEERR+91) 448 446 #define WSAVERNOTSUPPORTED (WSABASEERR+92) 449 447 #define WSANOTINITIALISED (WSABASEERR+93) 448 449 #define WSAEDISCON (WSABASEERR+101) 450 451 #define WSATYPE_NOT_FOUND (WSABASEERR+109) 450 452 451 453 #define h_errno WSAGetLastError()
Note:
See TracChangeset
for help on using the changeset viewer.