aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Msmq/ca/mqutilexec.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-02-13 00:46:54 -0500
committerBob Arnson <github@bobs.org>2022-02-13 08:47:43 -0500
commit1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch)
treef441deda5d7a355aea7966150ed1116a40701296 /src/ext/Msmq/ca/mqutilexec.cpp
parentcb509edac4749d77a4eb07e9314354279f99ff1a (diff)
downloadwix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz
wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2
wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/Msmq/ca/mqutilexec.cpp')
-rw-r--r--src/ext/Msmq/ca/mqutilexec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Msmq/ca/mqutilexec.cpp b/src/ext/Msmq/ca/mqutilexec.cpp
index a9c56e02..7055333b 100644
--- a/src/ext/Msmq/ca/mqutilexec.cpp
+++ b/src/ext/Msmq/ca/mqutilexec.cpp
@@ -40,7 +40,7 @@ static HRESULT CreateSidFromDomainRidPair(
40static HRESULT InitLsaUnicodeString( 40static HRESULT InitLsaUnicodeString(
41 PLSA_UNICODE_STRING plusStr, 41 PLSA_UNICODE_STRING plusStr,
42 LPCWSTR pwzStr, 42 LPCWSTR pwzStr,
43 DWORD dwLen 43 SIZE_T dwLen
44 ); 44 );
45static void FreeLsaUnicodeString( 45static void FreeLsaUnicodeString(
46 PLSA_UNICODE_STRING plusStr 46 PLSA_UNICODE_STRING plusStr
@@ -351,7 +351,7 @@ LExit:
351static HRESULT InitLsaUnicodeString( 351static HRESULT InitLsaUnicodeString(
352 PLSA_UNICODE_STRING plusStr, 352 PLSA_UNICODE_STRING plusStr,
353 LPCWSTR pwzStr, 353 LPCWSTR pwzStr,
354 DWORD dwLen 354 SIZE_T dwLen
355 ) 355 )
356{ 356{
357 HRESULT hr = S_OK; 357 HRESULT hr = S_OK;