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

    r1402 r1431  
    1 /* $Id: toolbar.c,v 1.15 1999-10-22 18:04:13 sandervl Exp $ */
     1/* $Id: toolbar.c,v 1.16 1999-10-24 22:49:47 sandervl Exp $ */
    22/*
    33 * Toolbar control
     
    41934193    WNDCLASSA wndClass;
    41944194
    4195     if (GlobalFindAtomA (TOOLBARCLASSNAMEA)) return;
     4195//SvL: Don't check this now
     4196//    if (GlobalFindAtomA (TOOLBARCLASSNAMEA)) return;
    41964197
    41974198    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.