Changeset 7248 for trunk/src/user32/window.cpp
- Timestamp:
- Oct 28, 2001, 4:24:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r7183 r7248 1 /* $Id: window.cpp,v 1.11 2 2001-10-24 10:26:46 sandervl Exp $ */1 /* $Id: window.cpp,v 1.113 2001-10-28 15:24:16 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 192 192 #ifdef DEBUG 193 193 if(HIWORD(className)) { 194 dprintf(("CreateWindowExW: class %ls name %ls parent %x (%d,%d) (%d,%d), %x %x ", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle));195 } 196 else dprintf(("CreateWindowExW: class %d name %ls parent %x (%d,%d) (%d,%d), %x %x ", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle));194 dprintf(("CreateWindowExW: class %ls name %ls parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle, menu)); 195 } 196 else dprintf(("CreateWindowExW: class %d name %ls parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle, menu)); 197 197 #endif 198 198 if (!HIWORD(className))
Note:
See TracChangeset
for help on using the changeset viewer.