Changeset 4608 for trunk/include/win/comboex.h
- Timestamp:
- Nov 17, 2000, 3:32:50 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/comboex.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/comboex.h
r2874 r4608 1 /* $Id: comboex.h,v 1. 2 2000-02-23 17:03:00 cbratschiExp $ */1 /* $Id: comboex.h,v 1.3 2000-11-17 14:32:48 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 #define __WINE_COMBOEX_H 11 11 12 typedef struct tagCOMBOEX_INFO 13 { 14 COMCTL32_HEADER header; 15 HIMAGELIST himl; 16 HWND hwndCombo; 17 DWORD dwExtStyle; 12 #ifdef __cplusplus 13 extern "C" { 14 #endif 18 15 19 } COMBOEX_INFO; 16 VOID COMBOEX_Register (VOID); 17 VOID COMBOEX_Unregister (VOID); 20 18 21 22 extern VOID COMBOEX_Register (VOID); 23 extern VOID COMBOEX_Unregister (VOID); 19 #ifdef __cplusplus 20 } 21 #endif 24 22 25 23 #endif /* __WINE_COMBOEX_H */
Note:
See TracChangeset
for help on using the changeset viewer.
