1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

include: Add WSANO_ADDRESS to winsock2.h.

Needed to compile Tera Term.
This commit is contained in:
Alex Henrie 2022-10-17 20:32:27 -06:00 committed by Alexandre Julliard
parent 4f4b342ad4
commit e9ff761d51

View File

@ -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)