Changeset 1794 for trunk/src/user32/edit.cpp
- Timestamp:
- Nov 21, 1999, 3:04:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/edit.cpp
r1762 r1794 1 /* $Id: edit.cpp,v 1.1 5 1999-11-17 17:04:52 cbratschiExp $ */1 /* $Id: edit.cpp,v 1.16 1999-11-21 14:04:11 achimha Exp $ */ 2 2 /* 3 3 * Edit control … … 28 28 #include "controls.h" 29 29 #include "combo.h" 30 31 #ifdef DEBUG 32 char *GetMsgText(int Msg); 33 #endif 30 34 31 35 #define BUFLIMIT_MULTI 65534 /* maximum buffer size (not including '\0') … … 297 301 EDITSTATE *es = (EDITSTATE*)GetInfoPtr(hwnd); 298 302 LRESULT result = 0; 303 304 // dprintf(("EditWndProc hwnd: %04x, msg %s, wp %08x lp %08lx\n", 305 // hwnd, GetMsgText(msg), wParam, lParam)); 299 306 300 307 switch (msg) {
Note:
See TracChangeset
for help on using the changeset viewer.