Ignore:
Timestamp:
Jun 25, 1999, 11:35:27 PM (26 years ago)
Author:
sandervl
Message:

Code for window message spy

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:39 sandervl Exp $ */
     1/* $Id: wndproc.cpp,v 1.7 1999-06-25 21:35:27 sandervl Exp $ */
    22
    33/*
     
    2323#include "dlgconvert.h"
    2424#include "hooks.h"
     25#include <spy.h>
    2526
    2627#ifdef DEBUG
     
    288289  if(curwnd != NULL) {
    289290#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);
    291293#endif
    292294        switch(Msg)
Note: See TracChangeset for help on using the changeset viewer.