Changeset 3585 for trunk/src/comctl32/comboex.cpp
- Timestamp:
- May 22, 2000, 7:25:13 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comboex.cpp
r3182 r3585 1 /* $Id: comboex.cpp,v 1. 3 2000-03-21 17:30:40cbratschi Exp $ */1 /* $Id: comboex.cpp,v 1.4 2000-05-22 17:25:07 cbratschi Exp $ */ 2 2 /* 3 3 * ComboBoxEx control … … 19 19 */ 20 20 21 /* 22 - Corel WINE 20000513 level 23 */ 24 21 25 #include "winbase.h" 22 26 #include "commctrl.h" … … 176 180 { 177 181 COMBOEX_INFO *infoPtr = COMBOEX_GetInfoPtr (hwnd); 178 179 180 if (infoPtr->hwndCombo)181 DestroyWindow (infoPtr->hwndCombo);182 183 184 185 182 186 183 /* free comboex info data */
Note:
See TracChangeset
for help on using the changeset viewer.