mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +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
|
||||
NTAPI
|
||||
ProbeForRead(IN VOID *Address,
|
||||
ProbeForRead(IN CONST VOID *Address,
|
||||
IN SIZE_T Length,
|
||||
IN ULONG Alignment)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue