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

    r1368 r1433  
    1 /* $Id: static.cpp,v 1.6 1999-10-20 06:38:10 sandervl Exp $ */
     1/* $Id: static.cpp,v 1.7 1999-10-24 22:56:07 sandervl Exp $ */
    22/*
    33 * Static control
     
    598598    WNDCLASSA wndClass;
    599599
    600     if (GlobalFindAtomA(STATICCLASSNAME)) return FALSE;
     600//SvL: Don't check this now
     601//    if (GlobalFindAtomA(STATICCLASSNAME)) return FALSE;
    601602
    602603    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.