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; PARTITION_INFORMATION *pi = NULL;
DWORD bytes_read = 0; DWORD bytes_read = 0;
/* Always try using the new EX ioctls first (>= XP). If not available, /* Always try using the new EX ioctls first. If not available, fall back
fall back to trying the old non-EX ioctls. to trying the non-EX ioctls which are unfortunately not implemented in
Unfortunately the EX ioctls are not implemented in the floppy driver. */ the floppy driver. */
if (get_major () != DEV_FLOPPY_MAJOR) if (get_major () != DEV_FLOPPY_MAJOR)
{ {
if (!DeviceIoControl (get_handle (), if (!DeviceIoControl (get_handle (),