[misc] add dual UEFI/BIOS cheat mode for Windows

* Suggested by Jacob Boyce
This commit is contained in:
Pete Batard 2014-12-18 20:41:55 +00:00
parent 08e7757e84
commit 420db67ce1
4 changed files with 22 additions and 12 deletions

View file

@ -337,6 +337,7 @@ extern DWORD syslinux_ldlinux_len[2];
extern RUFUS_DRIVE_INFO SelectedDrive;
extern const int nb_steps[FS_MAX];
extern BOOL use_own_c32[NB_OLD_C32], detect_fakes, iso_op_in_progress, format_op_in_progress, right_to_left_mode;
extern BOOL allow_dual_uefi_bios;
extern RUFUS_ISO_REPORT iso_report;
extern int64_t iso_blocking_status;
extern uint16_t rufus_version[4], embedded_sl_version[2];