mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 15:09:10 +00:00
Remove: [Win32] Last pretenses of being able to build for Windows 95
This commit is contained in:
@@ -1103,7 +1103,6 @@ const char *MusicDriver_DMusic::Start(const StringList &parm)
|
||||
DEBUG(driver, 1, "Detected DirectMusic ports:");
|
||||
for (int i = 0; _music->EnumPort(i, &caps) == S_OK; i++) {
|
||||
if (caps.dwClass == DMUS_PC_OUTPUTCLASS) {
|
||||
/* Description is UNICODE even for ANSI build. */
|
||||
DEBUG(driver, 1, " %d: %s%s", i, convert_from_fs(caps.wszDescription, desc, lengthof(desc)), i == pIdx ? " (selected)" : "");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user