From 5ce7d8839755d66ac2f84d421e9330ed703bba4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 13 Oct 2025 22:35:14 +0200 Subject: [PATCH] [FREELDR] iso.h: Code doesn't use BIOS-specific DriveNumber Addendum to commit e307cb2881 (r42528) --- boot/freeldr/freeldr/include/fs/iso.h | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/freeldr/freeldr/include/fs/iso.h b/boot/freeldr/freeldr/include/fs/iso.h index 493e90c1ca0..0e53f7c41bc 100644 --- a/boot/freeldr/freeldr/include/fs/iso.h +++ b/boot/freeldr/freeldr/include/fs/iso.h @@ -96,7 +96,6 @@ typedef struct _ISO_FILE_INFO ULONG FileSize; // File size ULONG FilePointer; // File pointer BOOLEAN Directory; - ULONG DriveNumber; } ISO_FILE_INFO, *PISO_FILE_INFO; const DEVVTBL* IsoMount(ULONG DeviceId);