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/section.cpp | |
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/section.cpp')
-rw-r--r-- | src/burn/engine/section.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ | |||
3 | #include "precomp.h" | 3 | #include "precomp.h" |
4 | 4 | ||
5 | 5 | ||
6 | // constants | ||
7 | |||
8 | // If these defaults ever change, be sure to update constants in burn\stub\StubSection.cpp as well. | ||
9 | #define BURN_SECTION_NAME ".wixburn" | ||
10 | #define BURN_SECTION_MAGIC 0x00f14300 | ||
11 | #define BURN_SECTION_VERSION 0x00000003 | ||
12 | #define MANIFEST_CABINET_TOKEN L"0" | ||
13 | |||
14 | // structs | 6 | // structs |
15 | typedef struct _BURN_SECTION_HEADER | 7 | typedef struct _BURN_SECTION_HEADER |
16 | { | 8 | { |