Changeset 1794 for trunk/src/user32/combo.cpp
- Timestamp:
- Nov 21, 1999, 3:04:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/combo.cpp
r1784 r1794 1 /* $Id: combo.cpp,v 1.1 6 1999-11-19 21:22:01 cbratschiExp $ */1 /* $Id: combo.cpp,v 1.17 1999-11-21 14:04:10 achimha Exp $ */ 2 2 /* 3 3 * Combo controls … … 22 22 #include "combo.h" 23 23 #include "initterm.h" 24 25 #ifdef DEBUG 26 char *GetMsgText(int Msg); 27 #endif 24 28 25 29 /* bits in the dwKeyData */ … … 2129 2133 WPARAM wParam, LPARAM lParam ) 2130 2134 { 2131 //TRACE("[%04x]: msg %swp %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)); 2133 2137 2134 2138 switch(message)
Note:
See TracChangeset
for help on using the changeset viewer.