Changeset 388 for trunk/include
- Timestamp:
- Jul 24, 1999, 7:55:09 PM (26 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/combo.h
r380 r388 1 /* $Id: combo.h,v 1. 2 1999-07-24 12:37:53sandervl Exp $ */1 /* $Id: combo.h,v 1.3 1999-07-24 17:55:08 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 #define COMBOLBOXCLASSNAME "COMBOLBOX" 12 12 #define COMBOBOXCLASSNAME "COMBOBOX" 13 #define EDITCLASSNAME "EDIT" 13 14 14 15 #define ID_CB_LISTBOX 1000 … … 73 74 BOOL COMBOBOX_Unregister(); 74 75 76 BOOL EDIT_Register(); 77 BOOL EDIT_Unregister(); 78 75 79 #endif /* __WINE_COMBO_H */ 76 80 -
trunk/include/win/controls.h
r381 r388 1 /* $Id: controls.h,v 1. 5 1999-07-24 12:38:21sandervl Exp $ */1 /* $Id: controls.h,v 1.6 1999-07-24 17:55:09 sandervl Exp $ */ 2 2 /* 3 3 * Win32 common controls
Note:
See TracChangeset
for help on using the changeset viewer.