From c86f75bcc104d5dc457fa2900a3ebb9c38f6ff65 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 30 Dec 2021 15:11:35 -0600 Subject: Revert .wixburn version since the format didn't change. --- src/burn/engine/inc/engine.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/burn/engine/inc/engine.h') 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 @@ // 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. +// constants + +// If these defaults ever change, be sure to update constants in wix\WixToolset.Core.Burn\Bundles\BurnCommon.cs as well. +#define BURN_SECTION_NAME ".wixburn" +#define BURN_SECTION_MAGIC 0x00f14300 +#define BURN_SECTION_VERSION 0x00000002 + + #if defined(__cplusplus) extern "C" { #endif -- cgit v1.2.3-55-g6feb