Added CC_SOLIDCOLOR and CC_ANYCOLOR.
This commit is contained in:
parent
e087508f57
commit
8a21fca852
|
@ -157,6 +157,8 @@ DECL_WINELIB_TYPE_AW(LPCHOOSECOLOR)
|
|||
#define CC_ENABLEHOOK 0x00000010
|
||||
#define CC_ENABLETEMPLATE 0x00000020
|
||||
#define CC_ENABLETEMPLATEHANDLE 0x00000040
|
||||
#define CC_SOLIDCOLOR 0x00000080
|
||||
#define CC_ANYCOLOR 0x00000100
|
||||
|
||||
typedef UINT CALLBACK (*LPFRHOOKPROC)(HWND,UINT,WPARAM,LPARAM);
|
||||
|
||||
|
|
Loading…
Reference in New Issue