Ignore:
Timestamp:
Nov 21, 1999, 3:04:11 PM (26 years ago)
Author:
achimha
Message:

added message logging statement, outcommented

File:
1 edited

Legend:

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

    r1784 r1794  
    1 /* $Id: combo.cpp,v 1.16 1999-11-19 21:22:01 cbratschi Exp $ */
     1/* $Id: combo.cpp,v 1.17 1999-11-21 14:04:10 achimha Exp $ */
    22/*
    33 * Combo controls
     
    2222#include "combo.h"
    2323#include "initterm.h"
     24
     25#ifdef DEBUG
     26char *GetMsgText(int Msg);
     27#endif
    2428
    2529  /* bits in the dwKeyData */
     
    21292133                             WPARAM wParam, LPARAM lParam )
    21302134{
    2131       //TRACE("[%04x]: msg %s wp %08x lp %08lx\n",
    2132       //             pWnd->hwndSelf, SPY_GetMsgName(message), wParam, lParam );
     2135//      dprintf(("ComboWndProc hwnd: %04x, msg %s, wp %08x lp %08lx\n",
     2136//               hwnd, GetMsgText(message), wParam, lParam));
    21332137
    21342138      switch(message)
Note: See TracChangeset for help on using the changeset viewer.