aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ComPlus/ca/cputilsched.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/ComPlus/ca/cputilsched.cpp')
-rw-r--r--src/ext/ComPlus/ca/cputilsched.cpp2
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` = ?";
14enum eComponentAttributesQuery { caqAttributes = 1 }; 14enum eComponentAttributesQuery { caqAttributes = 1 };
15 15
16LPCWSTR vcsUserQuery = L"SELECT `Domain`, `Name` FROM `User` WHERE `User` = ?"; 16LPCWSTR vcsUserQuery = L"SELECT `Domain`, `Name` FROM `Wix4User` WHERE `User` = ?";
17enum eUserQuery { uqDomain = 1, uqName }; 17enum eUserQuery { uqDomain = 1, uqName };
18 18
19enum ePropertyQuery { pqName = 1, pqValue }; 19enum ePropertyQuery { pqName = 1, pqValue };