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/listbox.cpp

    r1368 r1433  
    1 /* $Id: listbox.cpp,v 1.10 1999-10-20 06:38:09 sandervl Exp $ */
     1/* $Id: listbox.cpp,v 1.11 1999-10-24 22:56:05 sandervl Exp $ */
    22/*
    33 * Listbox controls
     
    27592759    WNDCLASSA wndClass;
    27602760
    2761     if (GlobalFindAtomA(LISTBOXCLASSNAME)) return FALSE;
     2761//SvL: Don't check this now
     2762//    if (GlobalFindAtomA(LISTBOXCLASSNAME)) return FALSE;
    27622763
    27632764    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
     
    27852786    WNDCLASSA wndClass;
    27862787
    2787     if (GlobalFindAtomA(COMBOLBOXCLASSNAME)) return FALSE;
     2788//SvL: Don't check this now
     2789//    if (GlobalFindAtomA(COMBOLBOXCLASSNAME)) return FALSE;
    27882790
    27892791    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.