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

    r1425 r1433  
    1 /* $Id: button.cpp,v 1.14 1999-10-23 23:04:32 sandervl Exp $ */
     1/* $Id: button.cpp,v 1.15 1999-10-24 22:56:00 sandervl Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    10631063    WNDCLASSA wndClass;
    10641064
    1065     if (GlobalFindAtomA(BUTTONCLASSNAME)) return FALSE;
     1065//SvL: Don't check this now
     1066//    if (GlobalFindAtomA(BUTTONCLASSNAME)) return FALSE;
    10661067
    10671068    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.