mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Merge pull request #2775 from laytan/fix-overlapped-entry-type
Fix the OVERLAPPED_ENTRY type definition
This commit is contained in:
@@ -2475,9 +2475,9 @@ OVERLAPPED :: struct {
|
||||
}
|
||||
|
||||
OVERLAPPED_ENTRY :: struct {
|
||||
lpCompletionKey: c_ulong,
|
||||
lpCompletionKey: ULONG_PTR,
|
||||
lpOverlapped: ^OVERLAPPED,
|
||||
Internal: c_ulong,
|
||||
Internal: ULONG_PTR,
|
||||
dwNumberOfBytesTransferred: DWORD,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user