Changeset 208 for trunk/src/user32/wndproc.cpp
- Timestamp:
- Jun 26, 1999, 10:25:53 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndproc.cpp
r196 r208 1 /* $Id: wndproc.cpp,v 1. 7 1999-06-25 21:35:27sandervl Exp $ */1 /* $Id: wndproc.cpp,v 1.8 1999-06-26 08:25:22 sandervl Exp $ */ 2 2 3 3 /* … … 288 288 } 289 289 if(curwnd != NULL) { 290 #ifdef DEBUG 291 WriteLog("Message %s for %X %x %x\n", GetMsgText(Msg), hwnd, wParam, lParam); 292 PostSpyMessage(hwnd, Msg, wParam, lParam); 293 #endif 290 if(PostSpyMessage(hwnd, Msg, wParam, lParam) == FALSE) 291 dprintf(("Message %s for %X %x %x\n", GetMsgText(Msg), hwnd, wParam, lParam)); 292 294 293 switch(Msg) 295 294 {
Note:
See TracChangeset
for help on using the changeset viewer.