Ignore:
Timestamp:
Jan 10, 2000, 6:18:13 PM (26 years ago)
Author:
cbratschi
Message:

activated menu code

File:
1 edited

Legend:

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

    r2292 r2396  
    1 /* $Id: controls.h,v 1.2 2000-01-02 19:30:42 cbratschi Exp $ */
     1/* $Id: controls.h,v 1.3 2000-01-10 17:18:07 cbratschi Exp $ */
    22/*
    33 * Win32 common controls
     
    3131#define WINSWITCH_CONTROL       10
    3232#define ICONTITLE_CONTROL       11
    33 #define MAX_CONTROLS            12
     33#define POPUPMENU_CONTROL       12
     34#define MAX_CONTROLS            13
    3435
    3536BOOL CONTROLS_IsControl(Win32BaseWindow *window, int control);
Note: See TracChangeset for help on using the changeset viewer.