diff options
author | Rob Mensching <rob@firegiant.com> | 2024-01-11 18:26:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-06 18:03:38 -0800 |
commit | 0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch) | |
tree | 9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/burn/test/BurnUnitTest/EmbeddedTest.cpp | |
parent | 2824298d9dd817a47527c920363556b54ead5d5d (diff) | |
download | wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2 wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip |
Move the BootstrapperApplication out of proc
Diffstat (limited to 'src/burn/test/BurnUnitTest/EmbeddedTest.cpp')
-rw-r--r-- | src/burn/test/BurnUnitTest/EmbeddedTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/EmbeddedTest.cpp b/src/burn/test/BurnUnitTest/EmbeddedTest.cpp index 8d70cbab..a19790ad 100644 --- a/src/burn/test/BurnUnitTest/EmbeddedTest.cpp +++ b/src/burn/test/BurnUnitTest/EmbeddedTest.cpp | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | #include "precomp.h" | 3 | #include "precomp.h" |
4 | 4 | ||
5 | |||
6 | const DWORD TEST_UNKNOWN_MESSAGE_ID = 0xFFFE; | 5 | const DWORD TEST_UNKNOWN_MESSAGE_ID = 0xFFFE; |
7 | const HRESULT S_TEST_SUCCEEDED = 0x3133; | 6 | const HRESULT S_TEST_SUCCEEDED = 0x3133; |
8 | const DWORD TEST_EXIT_CODE = 666; | 7 | const DWORD TEST_EXIT_CODE = 666; |