Changeset 1521 for trunk/src


Ignore:
Timestamp:
Oct 30, 1999, 3:21:56 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1513 r1521  
    1 /* $Id: windowmsg.cpp,v 1.2 1999-10-30 09:19:47 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.3 1999-10-30 13:21:56 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    965965    }
    966966   
    967     dprintf(("CallWindowProcA(wndproc=%p,hwnd=%08x,msg=%08x,wp=%08x,lp=%08lx)",
    968                    func, hwnd, msg, wParam, lParam ));
     967//    dprintf(("CallWindowProcA(wndproc=%p,hwnd=%08x,msg=%08x,wp=%08x,lp=%08lx)",
     968  //                 func, hwnd, msg, wParam, lParam ));
    969969
    970970#if testing
     
    992992    }
    993993   
    994     dprintf(("CallWindowProcW(wndproc=%p,hwnd=%08x,msg=%08x,wp=%08x,lp=%08lx)",
    995              func, hwnd, msg, wParam, lParam ));
     994//    dprintf(("CallWindowProcW(wndproc=%p,hwnd=%08x,msg=%08x,wp=%08x,lp=%08lx)",
     995//             func, hwnd, msg, wParam, lParam ));
    996996
    997997#if testing
Note: See TracChangeset for help on using the changeset viewer.