Ignore:
Timestamp:
May 22, 2000, 7:25:13 PM (25 years ago)
Author:
cbratschi
Message:

merged with Corel WINE 20000513, added new DPA_* functions

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:40 cbratschi Exp $ */
     1/* $Id: comboex.cpp,v 1.4 2000-05-22 17:25:07 cbratschi Exp $ */
    22/*
    33 * ComboBoxEx control
     
    1919 */
    2020
     21/*
     22 - Corel WINE 20000513 level
     23*/
     24
    2125#include "winbase.h"
    2226#include "commctrl.h"
     
    176180{
    177181    COMBOEX_INFO *infoPtr = COMBOEX_GetInfoPtr (hwnd);
    178 
    179 
    180     if (infoPtr->hwndCombo)
    181         DestroyWindow (infoPtr->hwndCombo);
    182 
    183 
    184 
    185182
    186183    /* free comboex info data */
Note: See TracChangeset for help on using the changeset viewer.