diff options
Diffstat (limited to 'src/engine/container.h')
-rw-r--r-- | src/engine/container.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/container.h b/src/engine/container.h index 3174eb38..88fe48f1 100644 --- a/src/engine/container.h +++ b/src/engine/container.h | |||
@@ -79,6 +79,7 @@ typedef struct _BURN_CONTAINER | |||
79 | DWORD64 qwExtractSizeTotal; | 79 | DWORD64 qwExtractSizeTotal; |
80 | DWORD64 qwCommittedCacheProgress; | 80 | DWORD64 qwCommittedCacheProgress; |
81 | DWORD64 qwCommittedExtractProgress; | 81 | DWORD64 qwCommittedExtractProgress; |
82 | HRESULT hrExtract; | ||
82 | } BURN_CONTAINER; | 83 | } BURN_CONTAINER; |
83 | 84 | ||
84 | typedef struct _BURN_CONTAINERS | 85 | typedef struct _BURN_CONTAINERS |