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

    r1058 r1431  
    1 /* $Id: status.c,v 1.11 1999-09-26 11:01:10 achimha Exp $ */
     1/* $Id: status.c,v 1.12 1999-10-24 22:49:46 sandervl Exp $ */
    22/*
    33 * Interface code to StatusWindow widget/control
     
    12961296    WNDCLASSA wndClass;
    12971297
    1298     if (GlobalFindAtomA (STATUSCLASSNAMEA)) return;
     1298//SvL: Don't check this now
     1299//    if (GlobalFindAtomA (STATUSCLASSNAMEA)) return;
    12991300
    13001301    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.