diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-06 10:20:29 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-06 18:03:38 -0800 |
commit | a8504dc4eb1c2d09965b0858699ac737336ef3c1 (patch) | |
tree | 768d4b6d7fa91c2ba1e4ba1cbfd8843c2a371c98 /src/api/burn/balutil/inc/IBootstrapperEngine.h | |
parent | 0d3d54992104288e9ee0c834d0b96e8502fd2d42 (diff) | |
download | wix-a8504dc4eb1c2d09965b0858699ac737336ef3c1.tar.gz wix-a8504dc4eb1c2d09965b0858699ac737336ef3c1.tar.bz2 wix-a8504dc4eb1c2d09965b0858699ac737336ef3c1.zip |
WIP - BA header simplification
Diffstat (limited to 'src/api/burn/balutil/inc/IBootstrapperEngine.h')
-rw-r--r-- | src/api/burn/balutil/inc/IBootstrapperEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/balutil/inc/IBootstrapperEngine.h b/src/api/burn/balutil/inc/IBootstrapperEngine.h index 3c1afb77..ef3b9812 100644 --- a/src/api/burn/balutil/inc/IBootstrapperEngine.h +++ b/src/api/burn/balutil/inc/IBootstrapperEngine.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #pragma once | 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. | 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 | #include <baenginetypes.h> | 4 | #include "BootstrapperEngine.h" |
5 | 5 | ||
6 | DECLARE_INTERFACE_IID_(IBootstrapperEngine, IUnknown, "6480D616-27A0-44D7-905B-81512C29C2FB") | 6 | DECLARE_INTERFACE_IID_(IBootstrapperEngine, IUnknown, "6480D616-27A0-44D7-905B-81512C29C2FB") |
7 | { | 7 | { |