mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NDK]: forgot this ,sorry.
svn path=/trunk/; revision=57479
This commit is contained in:
parent
ebf8367f44
commit
b4266b3394
1 changed files with 3 additions and 0 deletions
|
@ -2014,6 +2014,9 @@ RtlCompareMemoryUlong(
|
|||
IN ULONG Pattern
|
||||
);
|
||||
|
||||
#define RtlEqualMemory(Destination, Source, Length) \
|
||||
(!memcmp(Destination, Source, Length))
|
||||
|
||||
#define RtlCopyBytes RtlCopyMemory
|
||||
#define RtlFillBytes RtlFillMemory
|
||||
#define RtlZeroBytes RtlZeroMemory
|
||||
|
|
Loading…
Reference in a new issue