Changeset 3416 for trunk/include/win32api.h
- Timestamp:
- Apr 18, 2000, 1:09:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r3300 r3416 1 /* $Id: win32api.h,v 1. 8 2000-04-02 10:25:56sandervl Exp $ */1 /* $Id: win32api.h,v 1.9 2000-04-18 11:09:53 sandervl Exp $ */ 2 2 3 3 /* … … 89 89 int WIN32API ReleaseDC(HWND hwnd, HDC hdc); 90 90 int WIN32API ExtSelectClipRgn(HDC hdc, HRGN hrgn, int fnMode); 91 int WIN32API SelectClipRgn( HDC hdc, HRGN hRgn); 92 BOOL WIN32API GetWindowRect( HWND hwnd, PRECT pRect); 93 BOOL WIN32API GetClientRect( HWND hwnd, PRECT pRect); 94 int WIN32API GetStretchBltMode( HDC hdc); 91 95 92 96 #endif
Note:
See TracChangeset
for help on using the changeset viewer.