diff options
author | Bob Arnson <bob@firegiant.com> | 2021-02-09 21:35:37 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-02-09 21:50:07 -0500 |
commit | 422d6e48e2f9bdcec62f9a147cb8c2f34bf73a5f (patch) | |
tree | ca44636fb3edeb99f82faae46723ceba789db46d /src/engine/precomp.h | |
parent | 096784ea5114cb5bf99151cc047d69951035d152 (diff) | |
download | wix-422d6e48e2f9bdcec62f9a147cb8c2f34bf73a5f.tar.gz wix-422d6e48e2f9bdcec62f9a147cb8c2f34bf73a5f.tar.bz2 wix-422d6e48e2f9bdcec62f9a147cb8c2f34bf73a5f.zip |
Remove BITS support. Update DUtil dependency.
Diffstat (limited to 'src/engine/precomp.h')
-rw-r--r-- | src/engine/precomp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index 1b3e9bdc..4f8e9d46 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | #include <windows.h> | 5 | #include <windows.h> |
6 | #include <aclapi.h> | 6 | #include <aclapi.h> |
7 | #include <Bits.h> | ||
8 | 7 | ||
9 | #include <math.h> | 8 | #include <math.h> |
10 | #include <msiquery.h> | 9 | #include <msiquery.h> |
@@ -96,7 +95,6 @@ | |||
96 | #include "manifest.h" | 95 | #include "manifest.h" |
97 | #include "splashscreen.h" | 96 | #include "splashscreen.h" |
98 | #include "uithread.h" | 97 | #include "uithread.h" |
99 | #include "bitsengine.h" | ||
100 | #include "netfxchainer.h" | 98 | #include "netfxchainer.h" |
101 | 99 | ||
102 | #include "externalengine.h" | 100 | #include "externalengine.h" |