diff options
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 | ||