diff --git a/lib/std/os/windows/ntdll.zig b/lib/std/os/windows/ntdll.zig index d70b1cfefa31dfa842b74f6cd78dd2cfe19a0293..84de0ca94680a43c2988031e56053e2686721c94 100644 --- a/lib/std/os/windows/ntdll.zig +++ b/lib/std/os/windows/ntdll.zig @@ -24,8 +24,8 @@ pub extern "NtDll" stdcallcc fn NtCreateFile( pub extern "NtDll" stdcallcc fn NtDeviceIoControlFile( FileHandle: HANDLE, Event: ?HANDLE, - ApcRoutine: ?*IO_APC_ROUTINE, - ApcContext: usize, + ApcRoutine: ?IO_APC_ROUTINE, + ApcContext: ?*c_void, IoStatusBlock: *IO_STATUS_BLOCK, IoControlCode: ULONG, InputBuffer: ?*const c_void,