- Timestamp:
- Apr 26, 2001, 7:02:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/controls.h
r2469 r5597 1 /* $Id: controls.h,v 1. 4 2000-01-18 20:08:09sandervl Exp $ */1 /* $Id: controls.h,v 1.5 2001-04-26 17:02:28 sandervl Exp $ */ 2 2 /* 3 3 * Win32 common controls … … 10 10 #define __CONTROLS_H 11 11 12 #ifdef __cplusplus 12 13 #include "win32wbase.h" 14 #endif 13 15 14 16 #define GetInfoPtr(hwnd) (GetWindowLongA(hwnd,0)) … … 34 36 #define MAX_CONTROLS 13 35 37 38 #ifdef __cplusplus 36 39 BOOL CONTROLS_IsControl(Win32BaseWindow *window, int control); 40 #endif 37 41 42 /* combo box */ 43 44 #define ID_CB_LISTBOX 1000 45 #define ID_CB_EDIT 1001 38 46 39 47 #endif // __CONTROLS_H
Note:
See TracChangeset
for help on using the changeset viewer.