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

    r603 r1431  
    1 /* $Id: progress.c,v 1.10 1999-08-21 12:10:01 cbratschi Exp $ */
     1/* $Id: progress.c,v 1.11 1999-10-24 22:49:46 sandervl Exp $ */
    22/*
    33 * Progress control
     
    575575    WNDCLASSA wndClass;
    576576
    577     if (GlobalFindAtomA(PROGRESS_CLASSA)) return;
     577//SvL: Don't check this now
     578//    if (GlobalFindAtomA(PROGRESS_CLASSA)) return;
    578579
    579580    ZeroMemory (&wndClass, sizeof( WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.