mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[NDK][XDK][RTL] Fix definition of RtlFillMemoryUlong on x64
This commit is contained in:
parent
e084a7ae83
commit
fb0ebac349
3 changed files with 39 additions and 7 deletions
|
@ -2376,9 +2376,9 @@ NTSYSAPI
|
|||
VOID
|
||||
NTAPI
|
||||
RtlFillMemoryUlong(
|
||||
OUT PVOID Destination,
|
||||
IN SIZE_T Length,
|
||||
IN ULONG Pattern);
|
||||
_Out_writes_bytes_all_(Length) PVOID Destination,
|
||||
_In_ SIZE_T Length,
|
||||
_In_ ULONG Pattern);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue