aboutsummaryrefslogtreecommitdiff
path: root/src/engine/EngineForApplication.h
diff options
context:
space:
mode:
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