MSI: add the msidbTextStyleStyleBits enumeration

Mike McCormack mike at codeweavers.com
Wed Feb 2 00:06:22 CST 2005


ChangeLog:
* add the msidbTextStyleStyleBits enumeration
-------------- next part --------------
Index: include/msidefs.h
===================================================================
RCS file: /home/wine/wine/include/msidefs.h,v
retrieving revision 1.1
diff -u -p -r1.1 msidefs.h
--- include/msidefs.h	31 Jan 2005 11:33:33 -0000	1.1
+++ include/msidefs.h	2 Feb 2005 06:06:50 -0000
@@ -38,6 +38,14 @@ enum msidbDialogAttributes {
     msidbDialogAttributesError = 0x00010000
 };
 
+enum msidbTextStyleStyleBits
+{
+    msidbTextStyleStyleBitsBold = 0x00000001,
+    msidbTextStyleStyleBitsItalic = 0x00000002,
+    msidbTextStyleStyleBitsUnderline = 0x00000004,
+    msidbTextStyleStyleBitsStrike = 0x00000008,
+};
+
 #ifdef __cplusplus
 }
 #endif


More information about the wine-patches mailing list