mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Merge pull request #2085 from matias-eduardo/patch-2
Add WSATRY_AGAIN to windows/types.odin
This commit is contained in:
@@ -1662,6 +1662,7 @@ WSAENOTCONN: c_int : 10057
|
|||||||
WSAESHUTDOWN: c_int : 10058
|
WSAESHUTDOWN: c_int : 10058
|
||||||
WSAETIMEDOUT: c_int : 10060
|
WSAETIMEDOUT: c_int : 10060
|
||||||
WSAECONNREFUSED: c_int : 10061
|
WSAECONNREFUSED: c_int : 10061
|
||||||
|
WSATRY_AGAIN: c_int : 11002
|
||||||
|
|
||||||
MAX_PROTOCOL_CHAIN: DWORD : 7
|
MAX_PROTOCOL_CHAIN: DWORD : 7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user