diff options
Diffstat (limited to 'src/burn/engine/payload.h')
-rw-r--r-- | src/burn/engine/payload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/payload.h b/src/burn/engine/payload.h index 351fd058..4c21ae54 100644 --- a/src/burn/engine/payload.h +++ b/src/burn/engine/payload.h | |||
@@ -57,6 +57,7 @@ typedef struct _BURN_PAYLOAD | |||
57 | // mutable members | 57 | // mutable members |
58 | BURN_PAYLOAD_STATE state; | 58 | BURN_PAYLOAD_STATE state; |
59 | LPWSTR sczLocalFilePath; // location of extracted or downloaded copy | 59 | LPWSTR sczLocalFilePath; // location of extracted or downloaded copy |
60 | HANDLE hLocalFile; | ||
60 | 61 | ||
61 | LPWSTR sczUnverifiedPath; | 62 | LPWSTR sczUnverifiedPath; |
62 | DWORD cRemainingInstances; | 63 | DWORD cRemainingInstances; |