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

RegisterClass even if atom exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/datetime.c

    r496 r1431  
    1 /* $Id: datetime.c,v 1.4 1999-08-14 16:13:10 cbratschi Exp $ */
     1/* $Id: datetime.c,v 1.5 1999-10-24 22:49:42 sandervl Exp $ */
    22/*
    33 * Date and time picker control
     
    522522    WNDCLASSA wndClass;
    523523
    524     if (GlobalFindAtomA (DATETIMEPICK_CLASSA)) return;
     524//SvL: Don't check this now
     525//    if (GlobalFindAtomA (DATETIMEPICK_CLASSA)) return;
    525526
    526527    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.