Rename some enumerations because of collisions with Windows.

This commit is contained in:
2025-10-11 03:31:06 +01:00
parent b4df385b79
commit c043ca207d
2 changed files with 17 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ const char *media_type_to_string(MediaType type)
switch(type)
{
// Generics, types 0 to 9
case Unknown:
case UnknownMedia:
return "Unknown";
case UnknownMO:
return "Unknown Magneto-Optical";
@@ -886,7 +886,7 @@ const char *media_type_to_string(MediaType type)
return "T10000D";
// Travan, types 610 to 619
case Travan:
case Travan1:
return "Travan";
case Travan1Ex:
return "Travan-1 Ex";