diff options
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/engine.vcxproj | 1 | ||||
| -rw-r--r-- | src/engine/inc/burnsources.h | 4 | ||||
| -rw-r--r-- | src/engine/precomp.h | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj index 52f71b1d..3db6802b 100644 --- a/src/engine/engine.vcxproj +++ b/src/engine/engine.vcxproj | |||
| @@ -119,6 +119,7 @@ | |||
| 119 | <ClInclude Include="EngineForExtension.h" /> | 119 | <ClInclude Include="EngineForExtension.h" /> |
| 120 | <ClInclude Include="exeengine.h" /> | 120 | <ClInclude Include="exeengine.h" /> |
| 121 | <ClInclude Include="externalengine.h" /> | 121 | <ClInclude Include="externalengine.h" /> |
| 122 | <ClInclude Include="inc\burnsources.h" /> | ||
| 122 | <ClInclude Include="inc\engine.h" /> | 123 | <ClInclude Include="inc\engine.h" /> |
| 123 | <ClInclude Include="logging.h" /> | 124 | <ClInclude Include="logging.h" /> |
| 124 | <ClInclude Include="manifest.h" /> | 125 | <ClInclude Include="manifest.h" /> |
diff --git a/src/engine/inc/burnsources.h b/src/engine/inc/burnsources.h new file mode 100644 index 00000000..bff79ed5 --- /dev/null +++ b/src/engine/inc/burnsources.h | |||
| @@ -0,0 +1,4 @@ | |||
| 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 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | ||
diff --git a/src/engine/precomp.h b/src/engine/precomp.h index a8a656d1..c0019476 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h | |||
| @@ -20,8 +20,7 @@ | |||
| 20 | #include <stddef.h> | 20 | #include <stddef.h> |
| 21 | 21 | ||
| 22 | #include <dutilsources.h> | 22 | #include <dutilsources.h> |
| 23 | 23 | #include <burnsources.h> | |
| 24 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | ||
| 25 | 24 | ||
| 26 | #include <dutil.h> | 25 | #include <dutil.h> |
| 27 | #include <verutil.h> | 26 | #include <verutil.h> |
