diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 09:20:15 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:38:36 +1000 |
commit | 453bec104676c7dd808a20eaf30db9c918bed1e7 (patch) | |
tree | c07b2f62d0c9ea0380392b3ba7ed7e29339408b9 /src/engine/precomp.h | |
parent | 04f279ab8659c9e4c6c6c796548da01eca1e7615 (diff) | |
download | wix-453bec104676c7dd808a20eaf30db9c918bed1e7.tar.gz wix-453bec104676c7dd808a20eaf30db9c918bed1e7.tar.bz2 wix-453bec104676c7dd808a20eaf30db9c918bed1e7.zip |
Update to latest dutil.
Diffstat (limited to 'src/engine/precomp.h')
-rw-r--r-- | src/engine/precomp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index 7aa7dafa..04dfa50e 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
@@ -2,8 +2,6 @@ | |||
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. | 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 | 3 | ||
4 | 4 | ||
5 | #define ExitTrace LogErrorString | ||
6 | |||
7 | #include <windows.h> | 5 | #include <windows.h> |
8 | #include <aclapi.h> | 6 | #include <aclapi.h> |
9 | #include <Bits.h> | 7 | #include <Bits.h> |
@@ -26,6 +24,10 @@ | |||
26 | #include <wininet.h> | 24 | #include <wininet.h> |
27 | #include <stddef.h> | 25 | #include <stddef.h> |
28 | 26 | ||
27 | #include <dutilsources.h> | ||
28 | |||
29 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | ||
30 | |||
29 | #include <dutil.h> | 31 | #include <dutil.h> |
30 | #include <aclutil.h> | 32 | #include <aclutil.h> |
31 | #include <apputil.h> | 33 | #include <apputil.h> |