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

    r1762 r1794  
    1 /* $Id: edit.cpp,v 1.15 1999-11-17 17:04:52 cbratschi Exp $ */
     1/* $Id: edit.cpp,v 1.16 1999-11-21 14:04:11 achimha Exp $ */
    22/*
    33 *      Edit control
     
    2828#include "controls.h"
    2929#include "combo.h"
     30
     31#ifdef DEBUG
     32char *GetMsgText(int Msg);
     33#endif
    3034
    3135#define BUFLIMIT_MULTI          65534   /* maximum buffer size (not including '\0')
     
    297301        EDITSTATE *es = (EDITSTATE*)GetInfoPtr(hwnd);
    298302        LRESULT result = 0;
     303
     304//      dprintf(("EditWndProc hwnd: %04x, msg %s, wp %08x lp %08lx\n",
     305//               hwnd, GetMsgText(msg), wParam, lParam));
    299306
    300307        switch (msg) {
Note: See TracChangeset for help on using the changeset viewer.