blob: 338b29a716698ebc195b81428fe9d8a225f0d93d [file] [log] [blame]
/*
* ComboBoxEx class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_COMBOEX_H
#define __WINE_COMBOEX_H
typedef struct tagCOMBOEX_INFO
{
HIMAGELIST himl;
HWND hwndCombo;
DWORD dwExtStyle;
} COMBOEX_INFO;
extern VOID COMBOEX_Register (VOID);
extern VOID COMBOEX_Unregister (VOID);
#endif /* __WINE_COMBOEX_H */