Changeset 4556 for trunk/include/win32api.h
- Timestamp:
- Nov 5, 2000, 7:47:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r4503 r4556 1 /* $Id: win32api.h,v 1.2 0 2000-10-20 14:28:26sandervl Exp $ */1 /* $Id: win32api.h,v 1.21 2000-11-05 18:47:11 sandervl Exp $ */ 2 2 3 3 /* … … 103 103 104 104 BOOL WIN32API SetWindowOrgEx(HDC hdc, int X, int Y, LPPOINT lpPoint); 105 BOOL WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LP POINTlpSize);105 BOOL WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPSIZE lpSize); 106 106 int WIN32API GetDeviceCaps(HDC hdc, int nIndex); 107 107 int WIN32API GetMapMode(HDC hdc);
Note:
See TracChangeset
for help on using the changeset viewer.