Ignore:
Timestamp:
Jan 2, 2000, 8:30:47 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2290 r2292  
    1 /* $Id: controls.cpp,v 1.13 2000-01-01 14:57:10 cbratschi Exp $ */
     1/* $Id: controls.cpp,v 1.14 2000-01-02 19:30:42 cbratschi Exp $ */
    22/* File: controls.cpp -- Win32 common controls
    33 *
     
    116116
    117117
    118 BOOL WIDGETS_IsControl(Win32BaseWindow *window, int control)
     118BOOL CONTROLS_IsControl(Win32BaseWindow *window, int control)
    119119{
    120120  if(control >= MAX_CONTROLS || window == NULL || window->getClass() == NULL)
Note: See TracChangeset for help on using the changeset viewer.