mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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
|
NTAPI
|
||||||
MmSetAddressRangeModified (
|
MmSetAddressRangeModified (
|
||||||
IN PVOID Address,
|
IN PVOID Address,
|
||||||
IN ULONG Length
|
IN SIZE_T Length
|
||||||
);
|
);
|
||||||
|
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
|
|
Loading…
Reference in a new issue