Renamed wintypes.h to windef.h.
[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
11 typedef struct tagCOMBOEX_INFO
12 {
13     HIMAGELIST himl;
14     HWND     hwndCombo;
15     DWORD      dwExtStyle;
16
17
18 } COMBOEX_INFO;
19
20
21 extern VOID COMBOEX_Register (VOID);
22 extern VOID COMBOEX_Unregister (VOID);
23
24 #endif  /* __WINE_COMBOEX_H */