projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
702301a
)
Fix prototype of MmSetAddressRangeModified
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Wed, 16 Dec 2009 21:12:54 +0000
(21:12 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Wed, 16 Dec 2009 21:12:54 +0000
(21:12 +0000)
svn path=/trunk/; revision=44626
reactos/include/ddk/ntifs.h
patch
|
blob
|
history
diff --git
a/reactos/include/ddk/ntifs.h
b/reactos/include/ddk/ntifs.h
index
62d2915
..
ae1e502
100644
(file)
--- a/
reactos/include/ddk/ntifs.h
+++ b/
reactos/include/ddk/ntifs.h
@@
-4513,7
+4513,7
@@
BOOLEAN
NTAPI
MmSetAddressRangeModified (
IN PVOID Address,
NTAPI
MmSetAddressRangeModified (
IN PVOID Address,
- IN
ULONG
Length
+ IN
SIZE_T
Length
);
NTKERNELAPI
);
NTKERNELAPI