Ignore:
Timestamp:
Sep 15, 2001, 11:58:36 AM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r6694 r6715  
    16151615LONG        WINAPI InterlockedDecrement(LPLONG);
    16161616LONG        WINAPI InterlockedExchange(LPLONG,LONG);
     1617LONG        WINAPI InterlockedExchangeAdd( PLONG dest, LONG incr );
    16171618LONG        WINAPI InterlockedIncrement(LPLONG);
    16181619BOOL      WINAPI IsDBCSLeadByteEx(UINT,BYTE);
Note: See TracChangeset for help on using the changeset viewer.