Sync to Wine-20050310
Modified: trunk/reactos/include/wine/msidefs.h

Modified: trunk/reactos/include/wine/msidefs.h
--- trunk/reactos/include/wine/msidefs.h	2005-03-14 22:54:57 UTC (rev 14081)
+++ trunk/reactos/include/wine/msidefs.h	2005-03-14 22:56:02 UTC (rev 14082)
@@ -89,6 +89,20 @@
     msidbFeatureAttributesNoUnsupportedAdvertise = 0x00000020
 };
 
+enum msidbComponentAttributes
+{
+    msidbComponentAttributesLocalOnly = 0x00000000,
+    msidbComponentAttributesSourceOnly = 0x00000001,
+    msidbComponentAttributesOptional = 0x00000002,
+    msidbComponentAttributesRegistryKeyPath = 0x00000004,
+    msidbComponentAttributesSharedDllRefCount = 0x00000008,
+    msidbComponentAttributesPermanent = 0x00000010,
+    msidbComponentAttributesODBCDataSource = 0x00000020,
+    msidbComponentAttributesTransitive = 0x00000040,
+    msidbComponentAttributesNeverOverwrite = 0x00000080,
+    msidbComponentAttributes64bit = 0x00000100
+};
+
 #ifdef __cplusplus
 }
 #endif