Commit e9ff761d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add WSANO_ADDRESS to winsock2.h.

Needed to compile Tera Term.
parent 4f4b342a
......@@ -782,6 +782,7 @@ typedef struct _OVERLAPPED* LPWSAOVERLAPPED;
#define WSATRY_AGAIN (WSABASEERR + 1002)
#define WSANO_RECOVERY (WSABASEERR + 1003)
#define WSANO_DATA (WSABASEERR + 1004)
#define WSANO_ADDRESS WSANO_DATA
#define WSA_IO_PENDING (ERROR_IO_PENDING)
#define WSA_IO_INCOMPLETE (ERROR_IO_INCOMPLETE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment