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

    r968 r1431  
    1 /* $Id: updown.c,v 1.9 1999-09-18 12:21:26 cbratschi Exp $ */
     1/* $Id: updown.c,v 1.10 1999-10-24 22:49:50 sandervl Exp $ */
    22/*
    33 * Updown control
     
    11641164    WNDCLASSA wndClass;
    11651165
    1166     if( GlobalFindAtomA( UPDOWN_CLASSA ) ) return;
     1166//SvL: Don't check this now
     1167//    if( GlobalFindAtomA( UPDOWN_CLASSA ) ) return;
    11671168
    11681169    ZeroMemory( &wndClass, sizeof( WNDCLASSA ) );
Note: See TracChangeset for help on using the changeset viewer.