diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-01-31 15:44:00 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-01 23:36:23 -0600 |
commit | 56c980318e7167be591f7807c2fc34cea7d5cb42 (patch) | |
tree | e074b3548d8dfe51f420b6d0278a6fe17191b6ec /src/burn/engine/approvedexe.h | |
parent | bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00 (diff) | |
download | wix-56c980318e7167be591f7807c2fc34cea7d5cb42.tar.gz wix-56c980318e7167be591f7807c2fc34cea7d5cb42.tar.bz2 wix-56c980318e7167be591f7807c2fc34cea7d5cb42.zip |
The bundle provider's presence needs to follow ARP registration.
Diffstat (limited to 'src/burn/engine/approvedexe.h')
-rw-r--r-- | src/burn/engine/approvedexe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/approvedexe.h b/src/burn/engine/approvedexe.h index cd3bf271..8a3f6779 100644 --- a/src/burn/engine/approvedexe.h +++ b/src/burn/engine/approvedexe.h | |||
@@ -8,10 +8,12 @@ extern "C" { | |||
8 | 8 | ||
9 | // forward declare | 9 | // forward declare |
10 | 10 | ||
11 | enum BURN_MODE; | ||
11 | typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; | 12 | typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; |
12 | typedef struct _BURN_CACHE BURN_CACHE; | 13 | typedef struct _BURN_CACHE BURN_CACHE; |
13 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; | 14 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; |
14 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; | 15 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; |
16 | typedef struct _BURN_LOGGING BURN_LOGGING; | ||
15 | 17 | ||
16 | // structs | 18 | // structs |
17 | 19 | ||