Changeset 2292 for trunk/src/user32/new/controls.h
- Timestamp:
- Jan 2, 2000, 8:30:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/controls.h
r2290 r2292 1 /* $Id: controls.h,v 1. 1 2000-01-01 14:54:51cbratschi Exp $ */1 /* $Id: controls.h,v 1.2 2000-01-02 19:30:42 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 common controls … … 33 33 #define MAX_CONTROLS 12 34 34 35 BOOL WIDGETS_IsControl(Win32BaseWindow *window, int control);35 BOOL CONTROLS_IsControl(Win32BaseWindow *window, int control); 36 36 37 37
Note:
See TracChangeset
for help on using the changeset viewer.