comctl32: Add some SysLink style definitions.

Francois Gouget fgouget at codeweavers.com
Thu Sep 22 05:37:19 CDT 2011


---
 include/commctrl.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index e19b861..4916cde 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -5098,6 +5098,10 @@ static const WCHAR WC_LINK[] = { 'S','y','s','L','i','n','k',0 };
 /* SysLink styles */
 #define LWS_TRANSPARENT      0x0001
 #define LWS_IGNORERETURN     0x0002
+#define LWS_NOPREFIX         0x0004
+#define LWS_USEVISUALSTYLE   0x0008
+#define LWS_USECUSTOMTEXT    0x0010
+#define LWS_RIGHT            0x0020
 
 /* SysLink messages */
 #define LM_HITTEST           (WM_USER + 768)
-- 
1.7.5.4




More information about the wine-patches mailing list