Merge pull request #2085 from matias-eduardo/patch-2

Add WSATRY_AGAIN to windows/types.odin
This commit is contained in:
gingerBill
2022-09-27 23:08:24 +01:00
committed by GitHub

View File

@@ -1662,6 +1662,7 @@ WSAENOTCONN: c_int : 10057
WSAESHUTDOWN: c_int : 10058
WSAETIMEDOUT: c_int : 10060
WSAECONNREFUSED: c_int : 10061
WSATRY_AGAIN: c_int : 11002
MAX_PROTOCOL_CHAIN: DWORD : 7