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/button.cpp

    r1762 r1794  
    1 /* $Id: button.cpp,v 1.18 1999-11-17 17:04:51 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.19 1999-11-21 14:04:10 achimha Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    1818#include <misc.h>
    1919#include "initterm.h"
     20
     21#ifdef DEBUG
     22char *GetMsgText(int Msg);
     23#endif
    2024
    2125//Prototypes
     
    536540LRESULT WINAPI ButtonWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
    537541{
     542//  dprintf(("ButtonWndProc hwnd: %04x, msg %s, wp %08x lp %08lx\n",
     543//           hwnd, GetMsgText(uMsg), wParam, lParam));
     544
    538545  switch (uMsg)
    539546  {
Note: See TracChangeset for help on using the changeset viewer.