aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/TestEngine/precomp.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-23 12:26:07 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-23 12:43:38 +1000
commitab495395492055c8c016e54ab0b1f7af2e9f164c (patch)
treef7f86e82cb463303c5bf2e501065ea09a9b62af0 /src/test/examples/TestEngine/precomp.h
parentbd3ee565f342bc0bb015594f303d13b67285a958 (diff)
downloadwix-ab495395492055c8c016e54ab0b1f7af2e9f164c.tar.gz
wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.tar.bz2
wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.zip
Add reload engine and test.
Diffstat (limited to '')
-rw-r--r--src/test/examples/TestEngine/precomp.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/examples/TestEngine/precomp.h b/src/test/examples/TestEngine/precomp.h
index d0068747..0d2afb06 100644
--- a/src/test/examples/TestEngine/precomp.h
+++ b/src/test/examples/TestEngine/precomp.h
@@ -14,8 +14,5 @@
14#include "BootstrapperApplication.h" 14#include "BootstrapperApplication.h"
15 15
16#include "TestEngine.h" 16#include "TestEngine.h"
17 17#include "ReloadEngine.h"
18HRESULT RunShutdownEngine( 18#include "ShutdownEngine.h"
19 __in LPCWSTR wzBundleFilePath,
20 __in LPCWSTR wzBAFilePath
21 );