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

    r1058 r1431  
    1 /* $Id: tooltips.c,v 1.14 1999-09-26 11:01:11 achimha Exp $ */
     1/* $Id: tooltips.c,v 1.15 1999-10-24 22:49:49 sandervl Exp $ */
    22/*
    33 * Tool tip control
     
    23822382    WNDCLASSA wndClass;
    23832383
    2384     if (GlobalFindAtomA (TOOLTIPS_CLASSA)) return;
     2384//SvL: Don't check this now
     2385//    if (GlobalFindAtomA (TOOLTIPS_CLASSA)) return;
    23852386
    23862387    ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.