mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
fix MmSetAddressRangeModified prototype
svn path=/branches/ros-amd64-bringup/; revision=43563
This commit is contained in:
parent
dfb17b5cd9
commit
29106f47ec
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