mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Move WSAEVENT to types.odin
This commit is contained in:
@@ -151,6 +151,8 @@ LPCOLESTR :: LPCSTR
|
||||
LPFILETIME :: ^FILETIME
|
||||
LPWSABUF :: ^WSABUF
|
||||
|
||||
WSAEVENT :: HANDLE
|
||||
|
||||
WSAOVERLAPPED :: struct {
|
||||
Internal: DWORD,
|
||||
InternalHigh: DWORD,
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user