diff options
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 }; |