Changeset 3462 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Apr 29, 2000, 8:28:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r3364 r3462 1 /* $Id: oslibwin.cpp,v 1.7 3 2000-04-10 19:40:44sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.74 2000-04-29 18:28:37 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 94 94 TopLevel ? WC_FRAME : WIN32_INNERFRAME, 95 95 pszName, dwWinStyle, 0, 0, 0, 0, 96 hwndParent, HWND_TOP,96 Owner, HWND_TOP, 97 97 id, &FCData, NULL); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.