diff options
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r-- | src/engine/plan.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h index 23e4e312..5e981561 100644 --- a/src/engine/plan.h +++ b/src/engine/plan.h | |||
@@ -208,8 +208,9 @@ typedef struct _BURN_CACHE_ACTION | |||
208 | 208 | ||
209 | typedef struct _BURN_ORDERED_PATCHES | 209 | typedef struct _BURN_ORDERED_PATCHES |
210 | { | 210 | { |
211 | DWORD dwOrder; | ||
212 | BURN_PACKAGE* pPackage; | 211 | BURN_PACKAGE* pPackage; |
212 | |||
213 | BURN_MSPTARGETPRODUCT* pTargetProduct; // only valid in the unelevated engine. | ||
213 | } BURN_ORDERED_PATCHES; | 214 | } BURN_ORDERED_PATCHES; |
214 | 215 | ||
215 | typedef struct _BURN_EXECUTE_ACTION_CHECKPOINT | 216 | typedef struct _BURN_EXECUTE_ACTION_CHECKPOINT |
@@ -253,9 +254,6 @@ typedef struct _BURN_EXECUTE_ACTION | |||
253 | 254 | ||
254 | BOOTSTRAPPER_FEATURE_ACTION* rgFeatures; | 255 | BOOTSTRAPPER_FEATURE_ACTION* rgFeatures; |
255 | BOOTSTRAPPER_ACTION_STATE* rgSlipstreamPatches; | 256 | BOOTSTRAPPER_ACTION_STATE* rgSlipstreamPatches; |
256 | |||
257 | BURN_ORDERED_PATCHES* rgOrderedPatches; | ||
258 | DWORD cPatches; | ||
259 | } msiPackage; | 257 | } msiPackage; |
260 | struct | 258 | struct |
261 | { | 259 | { |