The backspace is now handled in the WM_CHAR message.
[wine/dcerpc.git] / include / comboex.h
blob4546366e3584357413780f671ead5aa1c52d6140
1 /*
2 * ComboBoxEx class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_COMBOEX_H
8 #define __WINE_COMBOEX_H
10 #include "commctrl.h"
11 #include "windef.h"
13 typedef struct tagCOMBOEX_INFO
15 HIMAGELIST himl;
16 HWND hwndCombo;
17 DWORD dwExtStyle;
20 } COMBOEX_INFO;
23 extern VOID COMBOEX_Register (VOID);
24 extern VOID COMBOEX_Unregister (VOID);
26 #endif /* __WINE_COMBOEX_H */