Changeset 8009 for trunk/include
- Timestamp:
- Feb 24, 2002, 9:29:26 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winnt.h
r7986 r8009 1746 1746 1747 1747 1748 #ifndef __WINE__ 1748 #if 0 1749 ndef __WINE__ 1749 1750 #define RtlEqualMemory(Destination, Source, Length) (!memcmp((Destination),(Source),(Length))) 1750 1751 #define RtlMoveMemory(Destination, Source, Length) memmove((Destination),(Source),(Length))
Note:
See TracChangeset
for help on using the changeset viewer.