aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdfn/precomp.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-03-07 01:44:51 -0800
committerRob Mensching <rob@firegiant.com>2024-03-07 10:55:57 -0800
commitdea25ba9bcfd65200b60339c2e4bc060cdf20723 (patch)
tree91dae5127a7eeb4f0e59252194fc7ec7153a2781 /src/ext/Bal/wixstdfn/precomp.h
parent3d2d46f62fc01e2653d0251ad9703090574e7c41 (diff)
downloadwix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.gz
wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.bz2
wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.zip
Move wixstdba functions to Bal.wixext build
Diffstat (limited to 'src/ext/Bal/wixstdfn/precomp.h')
-rw-r--r--src/ext/Bal/wixstdfn/precomp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdfn/precomp.h b/src/ext/Bal/wixstdfn/precomp.h
new file mode 100644
index 00000000..ff959ed7
--- /dev/null
+++ b/src/ext/Bal/wixstdfn/precomp.h
@@ -0,0 +1,11 @@
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#include <windows.h>
6#include <msi.h>
7
8#include <dutil.h>
9
10#include "IBAFunctions.h"
11#include "BalBaseBAFunctionsProc.h"