Ignore:
Timestamp:
Oct 25, 1999, 12:56:11 AM (26 years ago)
Author:
sandervl
Message:

class changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/combo.cpp

    r1425 r1433  
    1 /* $Id: combo.cpp,v 1.9 1999-10-23 23:04:33 sandervl Exp $ */
     1/* $Id: combo.cpp,v 1.10 1999-10-24 22:56:01 sandervl Exp $ */
    22/*
    33 * Combo controls
     
    20212021    WNDCLASSA wndClass;
    20222022
    2023     if (GlobalFindAtomA(COMBOBOXCLASSNAME)) return FALSE;
     2023//SvL: Don't check this now
     2024//    if (GlobalFindAtomA(COMBOBOXCLASSNAME)) return FALSE;
    20242025
    20252026    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.