Changeset 196 for trunk/src/user32/wndproc.cpp
- Timestamp:
- Jun 25, 1999, 11:35:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndproc.cpp
r134 r196 1 /* $Id: wndproc.cpp,v 1. 6 1999-06-20 16:47:39sandervl Exp $ */1 /* $Id: wndproc.cpp,v 1.7 1999-06-25 21:35:27 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include "dlgconvert.h" 24 24 #include "hooks.h" 25 #include <spy.h> 25 26 26 27 #ifdef DEBUG … … 288 289 if(curwnd != NULL) { 289 290 #ifdef DEBUG 290 WriteLog("***************Message %s for window/dialog %X\n", GetMsgText(Msg), hwnd); 291 WriteLog("Message %s for %X %x %x\n", GetMsgText(Msg), hwnd, wParam, lParam); 292 PostSpyMessage(hwnd, Msg, wParam, lParam); 291 293 #endif 292 294 switch(Msg)
Note:
See TracChangeset
for help on using the changeset viewer.