mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[core] use Linux Data GUID for ext GPT partitions
* Also add an IS_EXT() macro
This commit is contained in:
parent
c2cd5185a3
commit
d8af83dd14
6 changed files with 26 additions and 16 deletions
|
@ -782,7 +782,7 @@ static void EnableExtendedLabel(BOOL enable, BOOL remove_checkboxes)
|
|||
static UINT checked, state = 0;
|
||||
HWND hCtrl = GetDlgItem(hMainDialog, IDC_EXTENDED_LABEL);
|
||||
|
||||
if ((fs_type >= FS_EXT2) || ((boot_type == BT_IMAGE) && IS_DD_ONLY(img_report)))
|
||||
if (IS_EXT(fs_type) || ((boot_type == BT_IMAGE) && IS_DD_ONLY(img_report)))
|
||||
enable = FALSE;
|
||||
|
||||
if (remove_checkboxes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue