mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
revert the change to ProbeForRead
svn path=/branches/header-work/; revision=45972
This commit is contained in:
parent
92474b296d
commit
b832dcf394
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ InterlockedExchangeAdd(IN OUT LONG volatile *Addend,
|
||||||
*/
|
*/
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
ProbeForRead(IN VOID *Address,
|
ProbeForRead(IN CONST VOID *Address,
|
||||||
IN SIZE_T Length,
|
IN SIZE_T Length,
|
||||||
IN ULONG Alignment)
|
IN ULONG Alignment)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue