[FREELDR] iso.h: Code doesn't use BIOS-specific DriveNumber

Addendum to commit e307cb2881 (r42528)
This commit is contained in:
Hermès Bélusca-Maïto
2025-10-13 22:35:14 +02:00
parent af25f1d9b7
commit 5ce7d88397

View File

@@ -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);