Ignore:
Timestamp:
Oct 25, 1999, 12:56:11 AM (26 years ago)
Author:
sandervl
Message:

class changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/scroll.cpp

    r1425 r1433  
    1 /* $Id: scroll.cpp,v 1.14 1999-10-23 23:04:38 sandervl Exp $ */
     1/* $Id: scroll.cpp,v 1.15 1999-10-24 22:56:07 sandervl Exp $ */
    22/*
    33 * Scrollbar control
     
    18041804    WNDCLASSA wndClass;
    18051805
    1806     if (GlobalFindAtomA(SCROLLBARCLASSNAME)) return FALSE;
     1806//SvL: Don't check this now
     1807//    if (GlobalFindAtomA(SCROLLBARCLASSNAME)) return FALSE;
    18071808
    18081809    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.