diff options
Diffstat (limited to 'src/ext/Msmq/ca/mqutilexec.cpp')
-rw-r--r-- | src/ext/Msmq/ca/mqutilexec.cpp | 4 |
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( | |||
40 | static HRESULT InitLsaUnicodeString( | 40 | static 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 | ); |
45 | static void FreeLsaUnicodeString( | 45 | static void FreeLsaUnicodeString( |
46 | PLSA_UNICODE_STRING plusStr | 46 | PLSA_UNICODE_STRING plusStr |
@@ -351,7 +351,7 @@ LExit: | |||
351 | static HRESULT InitLsaUnicodeString( | 351 | static 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; |