1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

Added CC_SOLIDCOLOR and CC_ANYCOLOR.

This commit is contained in:
Francois Gouget 2000-11-08 05:02:50 +00:00 committed by Alexandre Julliard
parent e087508f57
commit 8a21fca852

View File

@ -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);