mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[FREELDR] iso.h: Code doesn't use BIOS-specific DriveNumber
Addendum to commit e307cb2881 (r42528)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user