diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index 8971f2875..d5377eb2f 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -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, }