| author | |
| committer | |
| log | 1537d4701effe780d68444dec55073901001576a |
| tree | 394f8f9fdf186233cccbd29d66059ddb16d997a2 |
| parent | a453c99ba95ab1cc8de128aeffdaae561a6f1a8d |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/os/windows/ntdll.zig+2-2| ... | ... | @@ -24,8 +24,8 @@ pub extern "NtDll" stdcallcc fn NtCreateFile( |
| 24 | 24 | pub extern "NtDll" stdcallcc fn NtDeviceIoControlFile( |
| 25 | 25 | FileHandle: HANDLE, |
| 26 | 26 | Event: ?HANDLE, |
| 27 | ApcRoutine: ?*IO_APC_ROUTINE, | |
| 28 | ApcContext: usize, | |
| 27 | ApcRoutine: ?IO_APC_ROUTINE, | |
| 28 | ApcContext: ?*c_void, | |
| 29 | 29 | IoStatusBlock: *IO_STATUS_BLOCK, |
| 30 | 30 | IoControlCode: ULONG, |
| 31 | 31 | InputBuffer: ?*const c_void, |