diff options
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index 3a28188b..7e9d99bb 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -133,6 +133,7 @@ typedef struct _BURN_ENGINE_STATE | |||
133 | 133 | ||
134 | int argc; | 134 | int argc; |
135 | LPWSTR* argv; | 135 | LPWSTR* argv; |
136 | BOOL fInvalidCommandLine; | ||
136 | } BURN_ENGINE_STATE; | 137 | } BURN_ENGINE_STATE; |
137 | 138 | ||
138 | typedef struct _BURN_APPLY_CONTEXT | 139 | typedef struct _BURN_APPLY_CONTEXT |