Changeset 2309 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jan 3, 2000, 9:53:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r2292 r2309 1 /* $Id: oslibwin.cpp,v 1.3 1 2000-01-02 19:30:43cbratschi Exp $ */1 /* $Id: oslibwin.cpp,v 1.32 2000-01-03 20:53:50 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 58 58 HWND hwndClient; 59 59 60 dprintf(("WinCreateWindow %x % x %x %s", hwndParent, pszName));60 dprintf(("WinCreateWindow %x %s", hwndParent, pszName)); 61 61 62 62 if(pszName && *pszName == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.