Changeset 4059 for trunk/include/win/winbase.h
- Timestamp:
- Aug 20, 2000, 5:17:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r4033 r4059 1 /* $Id: winbase.h,v 1.1 5 2000-08-18 02:04:12phaller Exp $ */1 /* $Id: winbase.h,v 1.16 2000-08-20 15:16:21 phaller Exp $ */ 2 2 3 3 #ifndef __WINE_WINBASE_H … … 1558 1558 VOID WINAPI RtlZeroMemory(LPVOID,UINT); 1559 1559 #define ZeroMemory RtlZeroMemory 1560 VOID WINAPI RtlCopyMemory(LPVOID,const VOID*, DWORD);1560 VOID WINAPI RtlCopyMemory(LPVOID,const VOID*, UINT); 1561 1561 #define CopyMemory RtlCopyMemory 1562 1562 BOOL WINAPI RevertToSelf(void);
Note:
See TracChangeset
for help on using the changeset viewer.