Changeset 2291 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jan 1, 2000, 6:07:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r2290 r2291 1 /* $Id: oslibwin.cpp,v 1. 29 2000-01-01 14:57:20cbratschi Exp $ */1 /* $Id: oslibwin.cpp,v 1.30 2000-01-01 17:07:41 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 90 90 91 91 *hwndFrame = WinCreateWindow (hwndParent, 92 TopLevel ? WC_FRAME : WIN32_INNERFRAME,92 WC_FRAME, 93 93 pszName, dwWinStyle, 0, 0, 50, 30, 94 94 hwndParent, HWND_TOP,
Note:
See TracChangeset
for help on using the changeset viewer.