diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-13 10:14:45 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-13 13:13:48 -0500 |
commit | 4c3640ad5ef05b5be44df2aee2a23baa40471422 (patch) | |
tree | b9aab6744e812298db3f4a98bc389ec5f212e80d /src/burn/test/BurnUnitTest/precomp.h | |
parent | 3704a5547766581b15690b6535d03568afcfc2a0 (diff) | |
download | wix-4c3640ad5ef05b5be44df2aee2a23baa40471422.tar.gz wix-4c3640ad5ef05b5be44df2aee2a23baa40471422.tar.bz2 wix-4c3640ad5ef05b5be44df2aee2a23baa40471422.zip |
Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.
Diffstat (limited to 'src/burn/test/BurnUnitTest/precomp.h')
-rw-r--r-- | src/burn/test/BurnUnitTest/precomp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/test/BurnUnitTest/precomp.h b/src/burn/test/BurnUnitTest/precomp.h index ded9fc2d..11e54284 100644 --- a/src/burn/test/BurnUnitTest/precomp.h +++ b/src/burn/test/BurnUnitTest/precomp.h | |||
@@ -71,6 +71,8 @@ | |||
71 | #include "splashscreen.h" | 71 | #include "splashscreen.h" |
72 | #include "detect.h" | 72 | #include "detect.h" |
73 | 73 | ||
74 | #include "engine.version.h" | ||
75 | |||
74 | #pragma managed | 76 | #pragma managed |
75 | #include <vcclr.h> | 77 | #include <vcclr.h> |
76 | 78 | ||