mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FREELDR]
- Verify that Int 13 extensions are supported before trying to use them svn path=/trunk/; revision=47530
This commit is contained in:
@@ -135,6 +135,9 @@ BOOLEAN DiskGetExtendedDriveParameters(ULONG DriveNumber, PVOID Buffer, USHORT B
|
||||
|
||||
DPRINTM(DPRINT_DISK, "DiskGetExtendedDriveParameters()\n");
|
||||
|
||||
if (!DiskInt13ExtensionsSupported(DriveNumber))
|
||||
return FALSE;
|
||||
|
||||
// Initialize transfer buffer
|
||||
*Ptr = BufferSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user