diff options
author | Bob Arnson <bob@firegiant.com> | 2022-02-13 00:46:54 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-02-13 08:47:43 -0500 |
commit | 1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch) | |
tree | f441deda5d7a355aea7966150ed1116a40701296 /src/ext/Msmq/ca/mqutilsched.h | |
parent | cb509edac4749d77a4eb07e9314354279f99ff1a (diff) | |
download | wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2 wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip |
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/Msmq/ca/mqutilsched.h')
-rw-r--r-- | src/ext/Msmq/ca/mqutilsched.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ext/Msmq/ca/mqutilsched.h b/src/ext/Msmq/ca/mqutilsched.h deleted file mode 100644 index e172257d..00000000 --- a/src/ext/Msmq/ca/mqutilsched.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #pragma once | ||
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 | |||
4 | |||
5 | HRESULT PcaGuidToRegFormat( | ||
6 | LPWSTR pwzGuid, | ||
7 | LPWSTR pwzDest, | ||
8 | SIZE_T cchDest | ||
9 | ); | ||