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/monthcal.c

    r496 r1431  
    15871587    WNDCLASSA wndClass;
    15881588
    1589     if (GlobalFindAtomA (MONTHCAL_CLASSA)) return;
     1589//SvL: Don't check this now
     1590//    if (GlobalFindAtomA (MONTHCAL_CLASSA)) return;
    15901591
    15911592    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.