Changeset 8009 for trunk/include


Ignore:
Timestamp:
Feb 24, 2002, 9:29:26 PM (24 years ago)
Author:
sandervl
Message:

removed Rtl* macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winnt.h

    r7986 r8009  
    17461746
    17471747
    1748 #ifndef __WINE__
     1748#if 0
     1749ndef __WINE__
    17491750#define RtlEqualMemory(Destination, Source, Length) (!memcmp((Destination),(Source),(Length)))
    17501751#define RtlMoveMemory(Destination, Source, Length) memmove((Destination),(Source),(Length))
Note: See TracChangeset for help on using the changeset viewer.