Ignore:
Timestamp:
Feb 22, 2000, 6:11:41 PM (26 years ago)
Author:
cbratschi
Message:

Corel 20000212, TREEVIEW_Sort fix, CCBase

File:
1 edited

Legend:

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

    r1431 r2858  
    1 /* $Id: animate.c,v 1.6 1999-10-24 22:49:42 sandervl Exp $ */
     1/* $Id: animate.c,v 1.7 2000-02-22 17:11:38 cbratschi Exp $ */
    22/*
    33 * Animation control
     
    446446    WNDCLASSA wndClass;
    447447
    448 //SvL: Don't check this now
    449 //    if (GlobalFindAtomA (ANIMATE_CLASSA)) return;
    450 
    451448    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
    452449    wndClass.style         = CS_GLOBALCLASS | CS_DBLCLKS;
     
    465462ANIMATE_Unregister (VOID)
    466463{
    467     if (GlobalFindAtomA (ANIMATE_CLASSA))
    468         UnregisterClassA (ANIMATE_CLASSA, (HINSTANCE)NULL);
    469 }
    470 
     464    UnregisterClassA (ANIMATE_CLASSA, (HINSTANCE)NULL);
     465}
     466
Note: See TracChangeset for help on using the changeset viewer.