mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 16:53:54 -04:00
[iso] update libcdio to latest
* Also remove MSG_176 from English version * Also perform additional cleanup and remove a Clang warning * Closes #224
This commit is contained in:
parent
f97f60d55a
commit
fcf16fed25
8 changed files with 338 additions and 223 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "smart.h"
|
||||
#include "hdd_vs_ufd.h"
|
||||
|
||||
|
||||
#if defined(RUFUS_TEST)
|
||||
/* Helper functions */
|
||||
static uint8_t GetAtaDirection(uint8_t AtaCmd, uint8_t Features) {
|
||||
// Far from complete -- only the commands we *may* use.
|
||||
|
@ -352,6 +352,7 @@ BOOL Identify(HANDLE hPhysical)
|
|||
_aligned_free(idd);
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Generic SMART access. Kept for reference, as it doesn't work for USB to ATA/SATA bridges */
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue