aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/platform.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-01-11 18:26:20 -0800
committerRob Mensching <rob@firegiant.com>2024-03-06 18:03:38 -0800
commit0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch)
tree9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/burn/engine/platform.h
parent2824298d9dd817a47527c920363556b54ead5d5d (diff)
downloadwix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz
wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2
wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip
Move the BootstrapperApplication out of proc
Diffstat (limited to 'src/burn/engine/platform.h')
-rw-r--r--src/burn/engine/platform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/burn/engine/platform.h b/src/burn/engine/platform.h
index 5896a5ca..e355e793 100644
--- a/src/burn/engine/platform.h
+++ b/src/burn/engine/platform.h
@@ -27,10 +27,11 @@ enum WM_BURN
27// forward declare 27// forward declare
28 28
29enum BURN_MODE; 29enum BURN_MODE;
30typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; 30typedef struct _BAENGINE_CONTEXT BAENGINE_CONTEXT;
31typedef struct _BOOTSTRAPPER_ENGINE_ACTION BOOTSTRAPPER_ENGINE_ACTION; 31typedef struct _BAENGINE_ACTION BAENGINE_ACTION;
32typedef struct _BURN_CACHE BURN_CACHE; 32typedef struct _BURN_CACHE BURN_CACHE;
33typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; 33typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES;
34typedef struct _BURN_ENGINE_STATE BURN_ENGINE_STATE;
34typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; 35typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND;
35typedef struct _BURN_LOGGING BURN_LOGGING; 36typedef struct _BURN_LOGGING BURN_LOGGING;
36typedef struct _BURN_PACKAGES BURN_PACKAGES; 37typedef struct _BURN_PACKAGES BURN_PACKAGES;