Changeset 6715 for trunk/include/win/winbase.h
- Timestamp:
- Sep 15, 2001, 11:58:36 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r6694 r6715 1615 1615 LONG WINAPI InterlockedDecrement(LPLONG); 1616 1616 LONG WINAPI InterlockedExchange(LPLONG,LONG); 1617 LONG WINAPI InterlockedExchangeAdd( PLONG dest, LONG incr ); 1617 1618 LONG WINAPI InterlockedIncrement(LPLONG); 1618 1619 BOOL WINAPI IsDBCSLeadByteEx(UINT,BYTE);
Note:
See TracChangeset
for help on using the changeset viewer.