diff options
Diffstat (limited to '')
| -rw-r--r-- | src/burn/engine/container.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/container.h b/src/burn/engine/container.h index d454a248..f35f1da5 100644 --- a/src/burn/engine/container.h +++ b/src/burn/engine/container.h | |||
| @@ -72,6 +72,9 @@ typedef struct _BURN_CONTAINER | |||
| 72 | LPWSTR sczFilePath; // relative path to container. | 72 | LPWSTR sczFilePath; // relative path to container. |
| 73 | DOWNLOAD_SOURCE downloadSource; | 73 | DOWNLOAD_SOURCE downloadSource; |
| 74 | 74 | ||
| 75 | DWORD cParsedPayloads; | ||
| 76 | STRINGDICT_HANDLE sdhPayloads; // value is BURN_PAYLOAD* | ||
| 77 | |||
| 75 | BYTE* pbHash; | 78 | BYTE* pbHash; |
| 76 | DWORD cbHash; | 79 | DWORD cbHash; |
| 77 | BURN_CONTAINER_VERIFICATION verification; | 80 | BURN_CONTAINER_VERIFICATION verification; |
