Changeset 3680 for trunk/include/win32api.h
- Timestamp:
- Jun 8, 2000, 8:11:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r3640 r3680 1 /* $Id: win32api.h,v 1.1 2 2000-06-01 11:26:14sandervl Exp $ */1 /* $Id: win32api.h,v 1.13 2000-06-08 18:11:02 sandervl Exp $ */ 2 2 3 3 /* … … 103 103 BOOL WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPPOINT lpSize); 104 104 int WIN32API GetDeviceCaps(HDC hdc, int nIndex); 105 int WIN32API GetMapMode(HDC hdc); 106 BOOL WIN32API DPtoLP(HDC,LPPOINT,INT); 107 BOOL WIN32API RedrawWindow(HWND,const RECT*,HRGN, DWORD); 105 108 106 109 #endif
Note:
See TracChangeset
for help on using the changeset viewer.