diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/wixstdba.def')
-rw-r--r-- | src/ext/Bal/wixstdba/wixstdba.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/wixstdba.def b/src/ext/Bal/wixstdba/wixstdba.def new file mode 100644 index 00000000..ba9980d3 --- /dev/null +++ b/src/ext/Bal/wixstdba/wixstdba.def | |||
@@ -0,0 +1,10 @@ | |||
1 | ; 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 | |||
3 | |||
4 | EXPORTS | ||
5 | BootstrapperApplicationCreate | ||
6 | BootstrapperApplicationDestroy | ||
7 | DncPrereqBootstrapperApplicationCreate | ||
8 | DncPrereqBootstrapperApplicationDestroy | ||
9 | MbaPrereqBootstrapperApplicationCreate | ||
10 | MbaPrereqBootstrapperApplicationDestroy | ||