mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[CMD] Fix another NtReadVirtualMemory parameter.
Spotted by Hermès.
This commit is contained in:
parent
dc7eac583f
commit
111721a64a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
|
||||
typedef NTSTATUS (WINAPI *NtQueryInformationProcessProc)(HANDLE, PROCESSINFOCLASS,
|
||||
PVOID, ULONG, PULONG);
|
||||
typedef NTSTATUS (WINAPI *NtReadVirtualMemoryProc)(HANDLE, PVOID, PVOID, ULONG, PSIZE_T);
|
||||
typedef NTSTATUS (WINAPI *NtReadVirtualMemoryProc)(HANDLE, PVOID, PVOID, SIZE_T, PSIZE_T);
|
||||
|
||||
BOOL bExit = FALSE; /* Indicates EXIT was typed */
|
||||
BOOL bCanExit = TRUE; /* Indicates if this shell is exitable */
|
||||
|
|
Loading…
Reference in a new issue