mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- 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:
@@ -6738,7 +6738,7 @@ NTOSAPI
|
||||
VOID
|
||||
DDKAPI
|
||||
ProbeForWrite(
|
||||
IN CONST VOID *Address,
|
||||
IN PVOID Address,
|
||||
IN ULONG Length,
|
||||
IN ULONG Alignment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user