mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix prototype of MmSetAddressRangeModified
svn path=/trunk/; revision=44626
This commit is contained in:
parent
702301aa40
commit
ddb427f402
1 changed files with 1 additions and 1 deletions
|
@ -4513,7 +4513,7 @@ BOOLEAN
|
|||
NTAPI
|
||||
MmSetAddressRangeModified (
|
||||
IN PVOID Address,
|
||||
IN ULONG Length
|
||||
IN SIZE_T Length
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
|
|
Loading…
Reference in a new issue