revert the change to ProbeForRead

svn path=/branches/header-work/; revision=45972
This commit is contained in:
Timo Kreuzer 2010-03-07 03:44:18 +00:00
parent 92474b296d
commit b832dcf394

View file

@ -99,7 +99,7 @@ InterlockedExchangeAdd(IN OUT LONG volatile *Addend,
*/
VOID
NTAPI
ProbeForRead(IN VOID *Address,
ProbeForRead(IN CONST VOID *Address,
IN SIZE_T Length,
IN ULONG Alignment)
{