diff options
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> |