diff options
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r-- | src/burn/engine/plan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h index 224f3806..b148c75b 100644 --- a/src/burn/engine/plan.h +++ b/src/burn/engine/plan.h | |||
@@ -164,6 +164,7 @@ typedef struct _BURN_EXECUTE_ACTION | |||
164 | BOOTSTRAPPER_ACTION_STATE action; | 164 | BOOTSTRAPPER_ACTION_STATE action; |
165 | LPWSTR sczIgnoreDependencies; | 165 | LPWSTR sczIgnoreDependencies; |
166 | LPWSTR sczAncestors; | 166 | LPWSTR sczAncestors; |
167 | LPWSTR sczEngineWorkingDirectory; | ||
167 | } exePackage; | 168 | } exePackage; |
168 | struct | 169 | struct |
169 | { | 170 | { |