Ignore:
Timestamp:
Feb 25, 2000, 6:00:18 PM (26 years ago)
Author:
cbratschi
Message:

unicode and other changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comboex.cpp

    r2875 r2895  
    1 /* $Id: comboex.cpp,v 1.1 2000-02-23 17:09:40 cbratschi Exp $ */
     1/* $Id: comboex.cpp,v 1.2 2000-02-25 17:00:15 cbratschi Exp $ */
    22/*
    33 * ComboBoxEx control
     
    311311    WNDCLASSA wndClass;
    312312
    313 //SvL: Don't check this now
    314 //    if (GlobalFindAtomA (WC_COMBOBOXEXA)) return;
    315 
    316313    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
    317314    wndClass.style         = CS_GLOBALCLASS;
     
    330327COMBOEX_Unregister (VOID)
    331328{
    332     if (GlobalFindAtomA (WC_COMBOBOXEXA))
    333         UnregisterClassA (WC_COMBOBOXEXA, (HINSTANCE)NULL);
    334 }
    335 
     329    UnregisterClassA (WC_COMBOBOXEXA, (HINSTANCE)NULL);
     330}
     331
Note: See TracChangeset for help on using the changeset viewer.