summaryrefslogtreecommitdiff
path: root/src/burn/engine/approvedexe.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-01-31 15:44:00 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-02-01 23:36:23 -0600
commit56c980318e7167be591f7807c2fc34cea7d5cb42 (patch)
treee074b3548d8dfe51f420b6d0278a6fe17191b6ec /src/burn/engine/approvedexe.h
parentbfe5ab76b5ecc1a21078534e6fba90d12cfd3c00 (diff)
downloadwix-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.h2
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
11enum BURN_MODE;
11typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; 12typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT;
12typedef struct _BURN_CACHE BURN_CACHE; 13typedef struct _BURN_CACHE BURN_CACHE;
13typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; 14typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES;
14typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; 15typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND;
16typedef struct _BURN_LOGGING BURN_LOGGING;
15 17
16// structs 18// structs
17 19