Add cdio_get_arg("scsi-tuple") for Win32 ioctl.

This commit is contained in:
R. Bernstein
2010-01-29 23:25:59 -05:00
parent 1b05767201
commit a41cfed2a1
4 changed files with 75 additions and 5 deletions

View File

@@ -685,6 +685,8 @@ get_arg_win32 (void *p_user_data, const char key[])
case _AM_NONE:
return "no access method";
}
} else if (!strcmp (key, "scsi-tuple")) {
return p_env->gen.scsi_tuple;
} else if (!strcmp (key, "mmc-supported?")) {
return is_mmc_supported(p_user_data) ? "true" : "false";
}