diff options
Diffstat (limited to 'src/burn/stub/StubSection.cpp')
-rw-r--r-- | src/burn/stub/StubSection.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/burn/stub/StubSection.cpp b/src/burn/stub/StubSection.cpp index 962bb3cf..01b4b576 100644 --- a/src/burn/stub/StubSection.cpp +++ b/src/burn/stub/StubSection.cpp | |||
@@ -7,7 +7,7 @@ | |||
7 | // If these defaults ever change, be sure to update constants in burn\engine\section.cpp as well. | 7 | // If these defaults ever change, be sure to update constants in burn\engine\section.cpp as well. |
8 | #pragma data_seg(push, ".wixburn") | 8 | #pragma data_seg(push, ".wixburn") |
9 | static DWORD dwMagic = 0x00f14300; | 9 | static DWORD dwMagic = 0x00f14300; |
10 | static DWORD dwVersion = 0x00000002; | 10 | static DWORD dwVersion = 0x00000003; |
11 | 11 | ||
12 | static GUID guidBundleId = { }; | 12 | static GUID guidBundleId = { }; |
13 | 13 | ||
@@ -18,6 +18,5 @@ static DWORD dwOriginalSignatureSize = 0; | |||
18 | 18 | ||
19 | static DWORD dwContainerFormat = 1; | 19 | static DWORD dwContainerFormat = 1; |
20 | static DWORD dwContainerCount = 0; | 20 | static DWORD dwContainerCount = 0; |
21 | static DWORD qwBootstrapperApplicationContainerSize = 0; | 21 | static DWORD qwAttachedContainerSizes[116]; // Including UX container |
22 | static DWORD qwAttachedContainerSize = 0; | ||
23 | #pragma data_seg(pop) | 22 | #pragma data_seg(pop) |