fhandler_dev_floppy::get_drive_info: fix comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-12-15 16:53:35 +01:00
parent a361f44c97
commit 8cfa64140d
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ fhandler_dev_floppy::get_drive_info (struct hd_geometry *geo)
PARTITION_INFORMATION *pi = NULL;
DWORD bytes_read = 0;
/* Always try using the new EX ioctls first (>= XP). If not available,
fall back to trying the old non-EX ioctls.
Unfortunately the EX ioctls are not implemented in the floppy driver. */
/* Always try using the new EX ioctls first. If not available, fall back
to trying the non-EX ioctls which are unfortunately not implemented in
the floppy driver. */
if (get_major () != DEV_FLOPPY_MAJOR)
{
if (!DeviceIoControl (get_handle (),