Fixed bug in CreateFileMapping when name is not NULL.
[wine/multimedia.git] / include / comboex.h
blob26fb6257cf6dad66516fe7b60288089132ea3ec0
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 HWND32 hwndCombo;
15 DWORD dwExtStyle;
18 } COMBOEX_INFO;
21 extern VOID COMBOEX_Register (VOID);
22 extern VOID COMBOEX_Unregister (VOID);
24 #endif /* __WINE_COMBOEX_H */