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/engine/platform.h | |
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/engine/platform.h')
-rw-r--r-- | src/burn/engine/platform.h | 5 |
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 | ||
29 | enum BURN_MODE; | 29 | enum BURN_MODE; |
30 | typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; | 30 | typedef struct _BAENGINE_CONTEXT BAENGINE_CONTEXT; |
31 | typedef struct _BOOTSTRAPPER_ENGINE_ACTION BOOTSTRAPPER_ENGINE_ACTION; | 31 | typedef struct _BAENGINE_ACTION BAENGINE_ACTION; |
32 | typedef struct _BURN_CACHE BURN_CACHE; | 32 | typedef struct _BURN_CACHE BURN_CACHE; |
33 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; | 33 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; |
34 | typedef struct _BURN_ENGINE_STATE BURN_ENGINE_STATE; | ||
34 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; | 35 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; |
35 | typedef struct _BURN_LOGGING BURN_LOGGING; | 36 | typedef struct _BURN_LOGGING BURN_LOGGING; |
36 | typedef struct _BURN_PACKAGES BURN_PACKAGES; | 37 | typedef struct _BURN_PACKAGES BURN_PACKAGES; |