commit | 0b4e0d77ac054602aa38a01da594e6cfeb50ee80 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Fri Nov 10 22:33:16 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 10 22:33:16 2000 +0000 |
tree | 0654d446946601a12f2e7df986b53e8c60530bce | |
parent | 8c9d3e4e68e24c02adaee2580d05f28d2d149a82 [diff] [blame] |
Added some STN_xxx macros.
diff --git a/include/winuser.h b/include/winuser.h index 85a9023..82a9449 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -1655,6 +1655,12 @@ #define STM_GETICON 0x0171 #define STM_SETIMAGE 0x0172 #define STM_GETIMAGE 0x0173 +#define STM_MSGMAX 0x0174 + +#define STN_CLICKED 0 +#define STN_DBLCLK 1 +#define STN_ENABLE 2 +#define STN_DISABLE 3 /* Scrollbar messages */ #define SBM_SETPOS 0x00e0