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

    r496 r1431  
    1 /* $Id: rebar.c,v 1.8 1999-08-14 16:13:12 cbratschi Exp $ */
     1/* $Id: rebar.c,v 1.9 1999-10-24 22:49:46 sandervl Exp $ */
    22/*
    33 * Rebar control
     
    20312031    WNDCLASSA wndClass;
    20322032
    2033     if (GlobalFindAtomA (REBARCLASSNAMEA)) return;
     2033//SvL: Don't check this now
     2034//    if (GlobalFindAtomA (REBARCLASSNAMEA)) return;
    20342035
    20352036    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.