diff options
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index e96440bb..9f779366 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -134,6 +134,14 @@ typedef struct _BURN_ENGINE_STATE | |||
134 | LPWSTR* argv; | 134 | LPWSTR* argv; |
135 | } BURN_ENGINE_STATE; | 135 | } BURN_ENGINE_STATE; |
136 | 136 | ||
137 | typedef struct _BURN_APPLY_CONTEXT | ||
138 | { | ||
139 | CRITICAL_SECTION csApply; | ||
140 | DWORD cOverallProgressTicks; | ||
141 | BOOL fRollback; | ||
142 | HANDLE hCacheThread; | ||
143 | } BURN_APPLY_CONTEXT; | ||
144 | |||
137 | 145 | ||
138 | // function declarations | 146 | // function declarations |
139 | 147 | ||