Added some missing ImageList definitions.
This commit is contained in:
parent
7ad3d12a52
commit
d5d23cb9d5
|
@ -473,6 +473,9 @@ typedef struct _IMAGELIST *HIMAGELIST;
|
|||
#define ILD_IMAGE 0x0020
|
||||
#define ILD_ROP 0x0040
|
||||
#define ILD_OVERLAYMASK 0x0F00
|
||||
#define ILD_PRESERVEALPHA 0x1000
|
||||
#define ILD_SCALE 0x2000
|
||||
#define ILD_DPISCALE 0x4000
|
||||
|
||||
#define ILD_SELECTED ILD_BLEND50
|
||||
#define ILD_FOCUS ILD_BLEND25
|
||||
|
@ -511,6 +514,9 @@ typedef struct _IMAGELISTDRAWPARAMS
|
|||
COLORREF rgbFg;
|
||||
UINT fStyle;
|
||||
DWORD dwRop;
|
||||
DWORD fState;
|
||||
DWORD Frame;
|
||||
DWORD crEffect;
|
||||
} IMAGELISTDRAWPARAMS, *LPIMAGELISTDRAWPARAMS;
|
||||
|
||||
|
||||
|
@ -3457,8 +3463,6 @@ static const WCHAR WC_COMBOBOXEXW[] = { 'C','o','m','b','o',
|
|||
#define CBEM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT
|
||||
#define CBEM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT
|
||||
#define CBEM_HASEDITCHANGED (WM_USER+10)
|
||||
#define CBEM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT
|
||||
#define CBEM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT
|
||||
|
||||
#define CBEIF_TEXT 0x00000001
|
||||
#define CBEIF_IMAGE 0x00000002
|
||||
|
|
Loading…
Reference in New Issue