Ignore:
Timestamp:
Feb 11, 2002, 5:46:00 PM (24 years ago)
Author:
sandervl
Message:

logging updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/defwndproc.cpp

    r6762 r7876  
    1 /* $Id: defwndproc.cpp,v 1.16 2001-09-19 15:39:47 sandervl Exp $ */
     1/* $Id: defwndproc.cpp,v 1.17 2002-02-11 16:46:00 sandervl Exp $ */
    22
    33/*
     
    2020#include "dbglocal.h"
    2121
    22 #ifdef DEBUG
    23 char *GetMsgText(int Msg);
    24 #endif
    25 
    2622//******************************************************************************
    2723//******************************************************************************
     
    3127  LRESULT result;
    3228
    33     dprintf2(("DefWindowProcA %x %x %x %x", hwnd, Msg, wParam, lParam));
    3429    window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    3530    if(!window) {
     
    4843  LRESULT result;
    4944
    50     dprintf2(("DefWindowProcW %x %x %x %x", hwnd, Msg, wParam, lParam));
    5145    window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    5246    if(!window) {
Note: See TracChangeset for help on using the changeset viewer.