aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/WixStdFnUnitTest/TestBootstrapperApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/test/WixStdFnUnitTest/TestBootstrapperApplication.h')
-rw-r--r--src/ext/Bal/test/WixStdFnUnitTest/TestBootstrapperApplication.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/Bal/test/WixStdFnUnitTest/TestBootstrapperApplication.h b/src/ext/Bal/test/WixStdFnUnitTest/TestBootstrapperApplication.h
new file mode 100644
index 00000000..313bfede
--- /dev/null
+++ b/src/ext/Bal/test/WixStdFnUnitTest/TestBootstrapperApplication.h
@@ -0,0 +1,6 @@
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
4HRESULT CreateBootstrapperApplication(
5 __out IBootstrapperApplication** ppApplication
6 );