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

    r1402 r1431  
    1 /* $Id: tab.c,v 1.14 1999-10-22 18:04:12 sandervl Exp $ */
     1/* $Id: tab.c,v 1.15 1999-10-24 22:49:47 sandervl Exp $ */
    22/*
    33 * Tab control
     
    20202020  WNDCLASSA wndClass;
    20212021
    2022   if (GlobalFindAtomA (WC_TABCONTROLA)) return;
     2022//SvL: Don't check this now
     2023//  if (GlobalFindAtomA (WC_TABCONTROLA)) return;
    20232024
    20242025  ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.