Added graphical configuration tool wineconf.tcl.
[wine/multimedia.git] / include / comboex.h
blob338b29a716698ebc195b81428fe9d8a225f0d93d
1 /*
2 * ComboBoxEx class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_COMBOEX_H
8 #define __WINE_COMBOEX_H
11 typedef struct tagCOMBOEX_INFO
13 HIMAGELIST himl;
14 HWND hwndCombo;
15 DWORD dwExtStyle;
18 } COMBOEX_INFO;
21 extern VOID COMBOEX_Register (VOID);
22 extern VOID COMBOEX_Unregister (VOID);
24 #endif /* __WINE_COMBOEX_H */