commit | 03a6889e5cf047b24e427f03451b48ff4bd169f7 | [log] [tgz] |
---|---|---|
author | Thuy Nguyen <thuy@macadamian.com> | Sun Aug 15 14:21:57 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Aug 15 14:21:57 1999 +0000 |
tree | ee04b90c7ba24d7e8d6fc968360f7fd8ba68d72b | |
parent | 467845a0815a1ec0594ad8b91dc6c3c582f22414 [diff] [blame] |
Implemented the WM_SETICON and WM_GETICON messages.
diff --git a/include/winuser.h b/include/winuser.h index 9bc8d99..d1b3d60 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -938,6 +938,10 @@ #define WA_ACTIVE 1 #define WA_CLICKACTIVE 2 +/* WM_GETICON/WM_SETICON params values */ +#define ICON_SMALL 0 +#define ICON_BIG 1 + /* WM_NCCALCSIZE parameter structure */ typedef struct {