Many fixes/reimplementations.
[wine] / include / comboex.h
1 /*
2  * ComboBoxEx class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_COMBOEX_H
8 #define __WINE_COMBOEX_H
9
10 #include "commctrl.h"
11 #include "windef.h"
12
13 typedef struct tagCOMBOEX_INFO
14 {
15     HIMAGELIST himl;
16     HWND     hwndCombo;
17     DWORD      dwExtStyle;
18
19
20 } COMBOEX_INFO;
21
22
23 extern VOID COMBOEX_Register (VOID);
24 extern VOID COMBOEX_Unregister (VOID);
25
26 #endif  /* __WINE_COMBOEX_H */