X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/43e8ec57857e3786b40eb4208729e9fcf9826000..0ffb1b15ef6fcbc8774133799f463bdfdbb15b4d:/LinuxGUI/Ventoy2Disk/Core/ventoy_define.h diff --git a/LinuxGUI/Ventoy2Disk/Core/ventoy_define.h b/LinuxGUI/Ventoy2Disk/Core/ventoy_define.h index 14b2cf4..ba1a4d2 100644 --- a/LinuxGUI/Ventoy2Disk/Core/ventoy_define.h +++ b/LinuxGUI/Ventoy2Disk/Core/ventoy_define.h @@ -31,9 +31,6 @@ #define VTOYEFI_PART_BYTES (32 * 1024 * 1024) #define VTOYEFI_PART_SECTORS 65536 -#define VTOY_LOG_FILE "log.txt" - - #pragma pack(1) typedef struct vtoy_guid @@ -140,6 +137,7 @@ typedef struct ventoy_disk char disk_model[256]; // Sandisk/Kingston ... char human_readable_size[32]; + int is4kn; int major; int minor; int type;