diff options
author | Bob Arnson <bob@firegiant.com> | 2022-02-13 00:46:54 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-02-13 08:47:43 -0500 |
commit | 1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch) | |
tree | f441deda5d7a355aea7966150ed1116a40701296 /src/ext/ComPlus/ca/cputilsched.cpp | |
parent | cb509edac4749d77a4eb07e9314354279f99ff1a (diff) | |
download | wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2 wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip |
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/ComPlus/ca/cputilsched.cpp')
-rw-r--r-- | src/ext/ComPlus/ca/cputilsched.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/ComPlus/ca/cputilsched.cpp b/src/ext/ComPlus/ca/cputilsched.cpp index 1a958c56..4a2fdfc6 100644 --- a/src/ext/ComPlus/ca/cputilsched.cpp +++ b/src/ext/ComPlus/ca/cputilsched.cpp | |||
@@ -13,7 +13,7 @@ LPCWSTR vcsComponentAttributesQuery = | |||
13 | L"SELECT `Attributes` FROM `Component` WHERE `Component` = ?"; | 13 | L"SELECT `Attributes` FROM `Component` WHERE `Component` = ?"; |
14 | enum eComponentAttributesQuery { caqAttributes = 1 }; | 14 | enum eComponentAttributesQuery { caqAttributes = 1 }; |
15 | 15 | ||
16 | LPCWSTR vcsUserQuery = L"SELECT `Domain`, `Name` FROM `User` WHERE `User` = ?"; | 16 | LPCWSTR vcsUserQuery = L"SELECT `Domain`, `Name` FROM `Wix4User` WHERE `User` = ?"; |
17 | enum eUserQuery { uqDomain = 1, uqName }; | 17 | enum eUserQuery { uqDomain = 1, uqName }; |
18 | 18 | ||
19 | enum ePropertyQuery { pqName = 1, pqValue }; | 19 | enum ePropertyQuery { pqName = 1, pqValue }; |