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/section.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/burn/engine/section.cpp') diff --git a/src/burn/engine/section.cpp b/src/burn/engine/section.cpp index a9c7927e..989bfb17 100644 --- a/src/burn/engine/section.cpp +++ b/src/burn/engine/section.cpp @@ -3,14 +3,6 @@ #include "precomp.h" -// constants - -// If these defaults ever change, be sure to update constants in burn\stub\StubSection.cpp as well. -#define BURN_SECTION_NAME ".wixburn" -#define BURN_SECTION_MAGIC 0x00f14300 -#define BURN_SECTION_VERSION 0x00000003 -#define MANIFEST_CABINET_TOKEN L"0" - // structs typedef struct _BURN_SECTION_HEADER { -- cgit v1.2.3-55-g6feb