Changeset 5993 for trunk/src/user32/oslibwin.h
- Timestamp:
- Jun 13, 2001, 12:29:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r5951 r5993 1 /* $Id: oslibwin.h,v 1.5 6 2001-06-10 12:05:39sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.57 2001-06-13 10:29:44 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 47 47 DWORD OSLibQueryWindowStyle(HWND hwnd); 48 48 49 BOOL OSLibWinPositionFrameControls(HWND hwndFrame, RECTLOS2 *pRect );49 BOOL OSLibWinPositionFrameControls(HWND hwndFrame, RECTLOS2 *pRect, DWORD dwStyle, DWORD dwExStyle, HICON hSysMenuIcon); 50 50 51 51 #define OSLIB_QWL_USER -4
Note:
See TracChangeset
for help on using the changeset viewer.