Changeset 5349 for trunk/include/win32api.h
- Timestamp:
- Mar 21, 2001, 1:33:58 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r5156 r5349 1 /* $Id: win32api.h,v 1.23 2001-02-17 19:55:39 sandervl Exp $ */2 3 1 /* 4 2 * … … 132 130 BOOL WIN32API IntersectRect( PRECT lprcDst, const RECT * lprcSrc1, const RECT * lprcSrc2); 133 131 132 DWORD WIN32API GetTickCount(void); 133 DWORD WIN32API GetCurrentThreadId(); 134 134 135 #endif
Note:
See TracChangeset
for help on using the changeset viewer.