aboutsummaryrefslogtreecommitdiff
path: root/src/engine/EngineForApplication.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-03-29 19:14:06 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-03-30 21:40:34 +1000
commit0354a00e74492ad8d930c5bf499bc8606e48b1c9 (patch)
tree5640d653449287699b4cd08cb6b64fe27c4fa8af /src/engine/EngineForApplication.h
parent6ce359752afac0d3d70c2cf5fabd7d92859564ee (diff)
downloadwix-0354a00e74492ad8d930c5bf499bc8606e48b1c9.tar.gz
wix-0354a00e74492ad8d930c5bf499bc8606e48b1c9.tar.bz2
wix-0354a00e74492ad8d930c5bf499bc8606e48b1c9.zip
Add support for BundleExtensions.
Diffstat (limited to 'src/engine/EngineForApplication.h')
-rw-r--r--src/engine/EngineForApplication.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/EngineForApplication.h b/src/engine/EngineForApplication.h
index 1b755acc..e5e8f6d7 100644
--- a/src/engine/EngineForApplication.h
+++ b/src/engine/EngineForApplication.h
@@ -24,11 +24,11 @@ enum WM_BURN
24 24
25// structs 25// structs
26 26
27struct BOOTSTRAPPER_ENGINE_CONTEXT 27typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT
28{ 28{
29 BURN_ENGINE_STATE* pEngineState; 29 BURN_ENGINE_STATE* pEngineState;
30 DWORD dwThreadId; 30 DWORD dwThreadId;
31}; 31} BOOTSTRAPPER_ENGINE_CONTEXT;
32 32
33// function declarations 33// function declarations
34 34