Author: ion
Date: Thu Oct 4 17:08:51 2012
New Revision: 57479
URL:
http://svn.reactos.org/svn/reactos?rev=57479&view=rev
Log:
[NDK]: forgot this ,sorry.
Modified:
trunk/reactos/include/ndk/rtlfuncs.h
Modified: trunk/reactos/include/ndk/rtlfuncs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtlfuncs.h?rev…
==============================================================================
--- trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] Thu Oct 4 17:08:51 2012
@@ -2013,6 +2013,9 @@
IN SIZE_T Length,
IN ULONG Pattern
);
+
+#define RtlEqualMemory(Destination, Source, Length) \
+ (!memcmp(Destination, Source, Length))
#define RtlCopyBytes RtlCopyMemory
#define RtlFillBytes RtlFillMemory