Changeset 1739 for trunk/src/user32/windowclass.cpp
- Timestamp:
- Nov 14, 1999, 5:35:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowclass.cpp
r1733 r1739 1 /* $Id: windowclass.cpp,v 1. 5 1999-11-14 13:07:03sandervl Exp $ */1 /* $Id: windowclass.cpp,v 1.6 1999-11-14 16:35:58 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Code for OS/2 … … 298 298 Win32BaseWindow *wnd; 299 299 300 dprintf(("USER32: SetClassLongA \n"));300 dprintf(("USER32: SetClassLongA %x %d %x", hwnd, nIndex, lNewVal)); 301 301 wnd = Win32BaseWindow::GetWindowFromHandle(hwnd); 302 302 if(!wnd) { … … 354 354 Win32BaseWindow *wnd; 355 355 356 dprintf(("USER32: GetClassLongA \n"));356 dprintf(("USER32: GetClassLongA %x %d", hwnd, nIndex)); 357 357 wnd = Win32BaseWindow::GetWindowFromHandle(hwnd); 358 358 if(!wnd) {
Note:
See TracChangeset
for help on using the changeset viewer.