Move WSAEVENT to types.odin

This commit is contained in:
gingerBill
2026-01-05 11:48:19 +00:00
parent 5fae3527c1
commit 393fec2f66
2 changed files with 2 additions and 1 deletions

View File

@@ -151,6 +151,8 @@ LPCOLESTR :: LPCSTR
LPFILETIME :: ^FILETIME
LPWSABUF :: ^WSABUF
WSAEVENT :: HANDLE
WSAOVERLAPPED :: struct {
Internal: DWORD,
InternalHigh: DWORD,

View File

@@ -35,7 +35,6 @@ WSANETWORKEVENTS :: struct {
iErrorCode: [FD_MAX_EVENTS]c_int,
}
WSAEVENT :: HANDLE
WSAID_ACCEPTEX :: GUID{0xb5367df1, 0xcbac, 0x11cf, {0x95, 0xca, 0x00, 0x80, 0x5f, 0x48, 0xa1, 0x92}}
WSAID_GETACCEPTEXSOCKADDRS :: GUID{0xb5367df2, 0xcbac, 0x11cf, {0x95, 0xca, 0x00, 0x80, 0x5f, 0x48, 0xa1, 0x92}}