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

    r1100 r1431  
    1 /* $Id: animate.c,v 1.5 1999-10-01 15:53:31 cbratschi Exp $ */
     1/* $Id: animate.c,v 1.6 1999-10-24 22:49:42 sandervl Exp $ */
    22/*
    33 * Animation control
     
    446446    WNDCLASSA wndClass;
    447447
    448     if (GlobalFindAtomA (ANIMATE_CLASSA)) return;
     448//SvL: Don't check this now
     449//    if (GlobalFindAtomA (ANIMATE_CLASSA)) return;
    449450
    450451    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.