Ignore:
Timestamp:
Jul 18, 1999, 8:04:30 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/winscrollbar.cpp

    r331 r332  
    1 /* $Id: winscrollbar.cpp,v 1.1 1999-07-18 17:12:04 sandervl Exp $ */
     1/* $Id: winscrollbar.cpp,v 1.2 1999-07-18 18:04:30 sandervl Exp $ */
    22/*
    33 * Win32 scrollbar functions for OS/2
     
    1212#include <misc.h>
    1313
     14//******************************************************************************
     15//******************************************************************************
     16BOOL WIN32API EnableScrollBar( HWND arg1, INT arg2, UINT arg3)
     17{
     18#ifdef DEBUG
     19    WriteLog("USER32:  EnableScrollBar\n");
     20#endif
     21    //CB: implement in window class
     22    return O32_EnableScrollBar(arg1, arg2, arg3);
     23}
    1424//******************************************************************************
    1525//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.