aboutsummaryrefslogtreecommitdiff
path: root/src/ca/mqqueueexec.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-01-19 20:31:52 -0600
committerSean Hall <r.sean.hall@gmail.com>2019-01-19 20:35:55 -0600
commit74ca49020e2f382437337f166711ea87556865bd (patch)
tree4534fb7535e96bb6bfc68d73669b58f48b57624c /src/ca/mqqueueexec.h
parenta12b13c36d1da707cf541595cf5f38338f37cc68 (diff)
downloadwix-74ca49020e2f382437337f166711ea87556865bd.tar.gz
wix-74ca49020e2f382437337f166711ea87556865bd.tar.bz2
wix-74ca49020e2f382437337f166711ea87556865bd.zip
Integrate into latest v4.
Diffstat (limited to 'src/ca/mqqueueexec.h')
-rw-r--r--src/ca/mqqueueexec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ca/mqqueueexec.h b/src/ca/mqqueueexec.h
index 37ceea50..76bc2023 100644
--- a/src/ca/mqqueueexec.h
+++ b/src/ca/mqqueueexec.h
@@ -2,8 +2,8 @@
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 3
4 4
5HRESULT MqiInitialize(); 5HRESULT MqiExecInitialize();
6void MqiUninitialize(); 6void MqiExecUninitialize();
7HRESULT MqiCreateMessageQueues( 7HRESULT MqiCreateMessageQueues(
8 LPWSTR* ppwzData 8 LPWSTR* ppwzData
9 ); 9 );