wine-wine/include/combo.h

16 lines
210 B
C

/*
* Combo box definitions
*/
typedef struct tagHEADCOMBO {
DWORD dwStyle;
DWORD dwState;
HWND hWndDrop;
HWND hWndEdit;
HWND hWndLBox;
} HEADCOMBO;
typedef HEADCOMBO FAR* LPHEADCOMBO;