Fix the OVERLAPPED_ENTRY type definition

This commit is contained in:
Laytan Laats
2023-08-29 10:44:21 +02:00
parent ac4e259e29
commit 0a2678973b
+2 -2
View File
@@ -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,
}