Changeset 7876 for trunk/src/user32/defwndproc.cpp
- Timestamp:
- Feb 11, 2002, 5:46:00 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/defwndproc.cpp
r6762 r7876 1 /* $Id: defwndproc.cpp,v 1.1 6 2001-09-19 15:39:47sandervl Exp $ */1 /* $Id: defwndproc.cpp,v 1.17 2002-02-11 16:46:00 sandervl Exp $ */ 2 2 3 3 /* … … 20 20 #include "dbglocal.h" 21 21 22 #ifdef DEBUG23 char *GetMsgText(int Msg);24 #endif25 26 22 //****************************************************************************** 27 23 //****************************************************************************** … … 31 27 LRESULT result; 32 28 33 dprintf2(("DefWindowProcA %x %x %x %x", hwnd, Msg, wParam, lParam));34 29 window = Win32BaseWindow::GetWindowFromHandle(hwnd); 35 30 if(!window) { … … 48 43 LRESULT result; 49 44 50 dprintf2(("DefWindowProcW %x %x %x %x", hwnd, Msg, wParam, lParam));51 45 window = Win32BaseWindow::GetWindowFromHandle(hwnd); 52 46 if(!window) {
Note:
See TracChangeset
for help on using the changeset viewer.