Changeset 3640 for trunk/include/win32api.h
- Timestamp:
- Jun 1, 2000, 1:26:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r3622 r3640 1 /* $Id: win32api.h,v 1.1 1 2000-05-28 16:40:23sandervl Exp $ */1 /* $Id: win32api.h,v 1.12 2000-06-01 11:26:14 sandervl Exp $ */ 2 2 3 3 /* … … 100 100 PVOID WIN32API LockResource(HGLOBAL hRes); 101 101 102 BOOL WIN32API SetWindowOrgEx(HDC hdc, int X, int Y, LPPOINT lpPoint); 103 BOOL WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPPOINT lpSize); 104 int WIN32API GetDeviceCaps(HDC hdc, int nIndex); 105 102 106 #endif
Note:
See TracChangeset
for help on using the changeset viewer.