- fixed the ProbeForWrite prototype

- some fixes to get ntoskrnl to build with -Wcast-qual and -Wsign-compare
- don't touch any memory outside the given range in ProbeForWrite and touch all pages within the range

svn path=/trunk/; revision=19748
This commit is contained in:
Thomas Bluemel
2005-11-29 11:44:04 +00:00
parent 73f5202b01
commit fb9cd9cd0c
13 changed files with 63 additions and 56 deletions
+1 -1
View File
@@ -6738,7 +6738,7 @@ NTOSAPI
VOID
DDKAPI
ProbeForWrite(
IN CONST VOID *Address,
IN PVOID Address,
IN ULONG Length,
IN ULONG Alignment);