mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +00:00
Sync to Wine-20050310
svn path=/trunk/; revision=14082
This commit is contained in:
parent
5df62c8577
commit
8c43665c8d
1 changed files with 14 additions and 0 deletions
|
@ -89,6 +89,20 @@ enum msidbFeatureAttributes
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue