mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 17:14:26 -04:00
[efi] set UEFI mode when a pure EFI ISO is selected
* Closes #168 * Also fix various VS Code Analysis warnings
This commit is contained in:
parent
63e1fe3d55
commit
24e73c5e10
7 changed files with 38 additions and 23 deletions
|
@ -126,7 +126,7 @@ static void log_handler (cdio_log_level_t level, const char *message)
|
|||
* Scan and set ISO properties
|
||||
* Returns true if the the current file does not need to be processed further
|
||||
*/
|
||||
static __inline BOOL check_iso_props(const char* psz_dirname, BOOL* is_syslinux_cfg, BOOL* is_old_c32,
|
||||
static BOOL check_iso_props(const char* psz_dirname, BOOL* is_syslinux_cfg, BOOL* is_old_c32,
|
||||
int64_t i_file_length, const char* psz_basename, const char* psz_fullpath)
|
||||
{
|
||||
size_t i, j;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue