mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +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
|
@ -92,7 +92,7 @@ RtlFillMemory(PVOID Destination,
|
|||
}
|
||||
|
||||
|
||||
|
||||
#ifndef _M_AMD64
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
@ -131,7 +131,8 @@ RtlFillMemoryUlonglong(
|
|||
Count--;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif // _WIN64
|
||||
#endif // _M_AMD64
|
||||
|
||||
#undef RtlMoveMemory
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue