Changeset 196 for trunk/src/user32/wndclass.cpp
- Timestamp:
- Jun 25, 1999, 11:35:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndclass.cpp
r138 r196 1 /* $Id: wndclass.cpp,v 1. 6 1999-06-21 00:21:26 buerkleExp $ */1 /* $Id: wndclass.cpp,v 1.7 1999-06-25 21:35:27 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 #include "wndclass.h" 23 23 #include "hooks.h" 24 #include <spy.h> 24 25 25 26 //default window handlers that are registered by RegisterClass are called … … 801 802 802 803 #ifdef DEBUG 803 dprintf(("OS2ToWinCallback for message %s", GetMsgText(Msg))); 804 dprintf(("OS2ToWinCallback %s for %x %x %x", GetMsgText(Msg), hwnd, wParam, lParam)); 805 PostSpyMessage(hwnd, Msg, wParam, lParam); 804 806 #endif 805 807
Note:
See TracChangeset
for help on using the changeset viewer.