commit | f260380e5e640e73c71b7037fe5b030291f52a45 | [log] [tgz] |
---|---|---|
author | Robert Reif <reif@earthlink.net> | Thu Mar 11 03:49:49 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Mar 11 03:49:49 2004 +0000 |
tree | df96f6d3490196f119ceee690e4490bc57322f07 | |
parent | a98a37cde5b8e552def8a5bebcd145cd2cb93cb1 [diff] [blame] |
Added some missing defines.
diff --git a/include/commctrl.h b/include/commctrl.h index 3ed5509..9c623ca 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -63,6 +63,8 @@ #define ICC_INTERNET_CLASSES 0x00000800 /* IP address, ... */ #define ICC_PAGESCROLLER_CLASS 0x00001000 /* page scroller */ #define ICC_NATIVEFNTCTL_CLASS 0x00002000 /* native font control ???*/ +#define ICC_STANDARD_CLASSES 0x00004000 +#define ICC_LINK_CLASS 0x00008000 /* common control styles */