commit | 8bf0db906334b7cfd83df643f296e1d14bafdf07 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Fri Nov 10 22:32:12 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 10 22:32:12 2000 +0000 |
tree | 025e85e4ff483aedd553ecd735580c308d0834b6 | |
parent | a106edb71a481f147e076f2132acf9cdddd3a592 [diff] [blame] |
Added LPUDACCEL and HDF_RTLREADING.
diff --git a/include/commctrl.h b/include/commctrl.h index 0324a7b..c54bf8f 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -316,7 +316,7 @@ { UINT nSec; UINT nInc; -} UDACCEL; +} UDACCEL, *LPUDACCEL; #define UD_MAXVAL 0x7fff #define UD_MINVAL 0x8001 @@ -614,6 +614,7 @@ #define HDF_RIGHT 0x0001 #define HDF_CENTER 0x0002 #define HDF_JUSTIFYMASK 0x0003 +#define HDF_RTLREADING 0x0004 #define HDF_IMAGE 0x0800 #define HDF_BITMAP_ON_RIGHT 0x1000