mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 02:15:11 -04:00
[core] fix precedence of Syslinux over Grub
* Closes #449 * Also fix Coverity builds
This commit is contained in:
parent
f2f638c60e
commit
d22933636c
5 changed files with 84 additions and 49 deletions
|
@ -239,6 +239,7 @@ typedef struct {
|
|||
#define IS_WIN7_EFI(r) (r.has_efi & 1)
|
||||
#define IS_REACTOS(r) (r.reactos_path[0] != 0)
|
||||
#define IS_GRUB(r) ((r.has_grub2) || (r.has_grub4dos))
|
||||
#define IS_FAT(fs) ((fs == FS_FAT16) || (fs == FS_FAT32))
|
||||
|
||||
typedef struct {
|
||||
char label[192]; /* 3*64 to account for UTF-8 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue