aboutsummaryrefslogtreecommitdiff
path: root/src/balutil/precomp.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-29 22:24:05 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-29 22:24:05 -0600
commit60069b189db09521558b99827aee47fe3f81309b (patch)
tree2e955a21999feea3497cd023b6798188b10f377a /src/balutil/precomp.h
parent681527e7830ece6325e9a4e64008a7034cc44a25 (diff)
downloadwix-60069b189db09521558b99827aee47fe3f81309b.tar.gz
wix-60069b189db09521558b99827aee47fe3f81309b.tar.bz2
wix-60069b189db09521558b99827aee47fe3f81309b.zip
Import code from old v4 repo
Diffstat (limited to '')
-rw-r--r--src/balutil/precomp.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/balutil/precomp.h b/src/balutil/precomp.h
new file mode 100644
index 00000000..89607416
--- /dev/null
+++ b/src/balutil/precomp.h
@@ -0,0 +1,31 @@
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 <bitsmsg.h>
7#include <msi.h>
8#include <wininet.h>
9#include <CommCtrl.h>
10
11#include <dutil.h>
12#include <pathutil.h>
13#include <locutil.h>
14#include <memutil.h>
15#include <strutil.h>
16#include <thmutil.h>
17#include <xmlutil.h>
18
19#include "BootstrapperEngine.h"
20#include "BootstrapperApplication.h"
21#include "IBootstrapperEngine.h"
22#include "IBootstrapperApplication.h"
23
24#include "BAFunctions.h"
25#include "IBAFunctions.h"
26
27#include "balutil.h"
28#include "BalBootstrapperEngine.h"
29#include "balcondition.h"
30#include "balinfo.h"
31#include "balretry.h"