[misc] handle multipart install.swm Windows images

* Closes #437
This commit is contained in:
Pete Batard 2015-02-09 19:34:41 +00:00
parent 9fef4065b4
commit e4e9e87768
4 changed files with 25 additions and 16 deletions

View file

@ -249,11 +249,11 @@ typedef struct {
uint64_t src_size;
uint8_t winpe;
uint8_t has_efi;
uint8_t has_install_wim;
BOOL has_4GB_file;
BOOL has_long_filename;
BOOL has_symlinks;
BOOL has_bootmgr;
BOOL has_install_wim;
BOOL has_autorun;
BOOL has_old_c32[NB_OLD_C32];
BOOL has_old_vesamenu;