aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/section.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/section.cpp')
-rw-r--r--src/burn/engine/section.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/section.cpp b/src/burn/engine/section.cpp
index 3720155c..1fd6cce4 100644
--- a/src/burn/engine/section.cpp
+++ b/src/burn/engine/section.cpp
@@ -8,7 +8,7 @@
8// If these defaults ever change, be sure to update constants in burn\stub\StubSection.cpp as well. 8// If these defaults ever change, be sure to update constants in burn\stub\StubSection.cpp as well.
9#define BURN_SECTION_NAME ".wixburn" 9#define BURN_SECTION_NAME ".wixburn"
10#define BURN_SECTION_MAGIC 0x00f14300 10#define BURN_SECTION_MAGIC 0x00f14300
11#define BURN_SECTION_VERSION 0x00000002 11#define BURN_SECTION_VERSION 0x00000003
12#define MANIFEST_CABINET_TOKEN L"0" 12#define MANIFEST_CABINET_TOKEN L"0"
13 13
14// structs 14// structs
@@ -26,7 +26,7 @@ typedef struct _BURN_SECTION_HEADER
26 26
27 DWORD dwFormat; 27 DWORD dwFormat;
28 DWORD cContainers; 28 DWORD cContainers;
29 DWORD rgcbContainers[1]; 29 DWORD rgcbContainers[116];
30} BURN_SECTION_HEADER; 30} BURN_SECTION_HEADER;
31 31
32static HRESULT VerifySectionMatchesMemoryPEHeader( 32static HRESULT VerifySectionMatchesMemoryPEHeader(