Changeset 3747 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Jun 23, 2000, 9:04:13 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r3705 r3747 1 /* $Id: oslibwin.cpp,v 1.8 0 2000-06-14 13:15:24sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.81 2000-06-23 19:04:11 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 87 87 dprintf(("WinCreateWindow %x %s %x task %d shell %d classstyle %x winstyle %x", hwndParent, pszName, id, fTaskList, fShellPosition, classStyle, dwWinStyle)); 88 88 89 #if 189 #if 0 90 90 return WinCreateWindow (hwndParent, 91 91 // TopLevel ? WIN32_STDFRAMECLASS : WIN32_STDCLASS, … … 96 96 #else 97 97 return WinCreateWindow (hwndParent, 98 WIN32_STD CLASS,98 WIN32_STDFRAMECLASS, 99 99 pszName, dwWinStyle, 0, 0, 0, 0, 100 100 Owner, HWND_TOP,
Note:
See TracChangeset
for help on using the changeset viewer.