[NDK]: forgot this ,sorry.

svn path=/trunk/; revision=57479
This commit is contained in:
Alex Ionescu 2012-10-04 17:08:51 +00:00
parent ebf8367f44
commit b4266b3394

View file

@ -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