diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-30 15:11:35 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-30 18:40:49 -0600 |
| commit | c86f75bcc104d5dc457fa2900a3ebb9c38f6ff65 (patch) | |
| tree | 421da00d5fccb6013d5820f12d90ba84488df3d9 /src/burn/engine/inc/engine.h | |
| parent | e8cb88c57e8c7108d6efcbf264ed24f5a392da18 (diff) | |
| download | wix-c86f75bcc104d5dc457fa2900a3ebb9c38f6ff65.tar.gz wix-c86f75bcc104d5dc457fa2900a3ebb9c38f6ff65.tar.bz2 wix-c86f75bcc104d5dc457fa2900a3ebb9c38f6ff65.zip | |
Revert .wixburn version since the format didn't change.
Diffstat (limited to 'src/burn/engine/inc/engine.h')
| -rw-r--r-- | src/burn/engine/inc/engine.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/burn/engine/inc/engine.h b/src/burn/engine/inc/engine.h index 808bb91a..b80b4213 100644 --- a/src/burn/engine/inc/engine.h +++ b/src/burn/engine/inc/engine.h | |||
| @@ -2,6 +2,14 @@ | |||
| 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 | // constants | ||
| 6 | |||
| 7 | // If these defaults ever change, be sure to update constants in wix\WixToolset.Core.Burn\Bundles\BurnCommon.cs as well. | ||
| 8 | #define BURN_SECTION_NAME ".wixburn" | ||
| 9 | #define BURN_SECTION_MAGIC 0x00f14300 | ||
| 10 | #define BURN_SECTION_VERSION 0x00000002 | ||
| 11 | |||
| 12 | |||
| 5 | #if defined(__cplusplus) | 13 | #if defined(__cplusplus) |
| 6 | extern "C" { | 14 | extern "C" { |
| 7 | #endif | 15 | #endif |
