mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
AltairZ80: Removed unneeded definition of strcasecmp
This commit is contained in:
parent
e9dea63b50
commit
6a180c3dfc
@ -384,9 +384,6 @@ static t_stat hdsk_reset(DEVICE *dptr) {
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
static uint32 is_imd(const UNIT *uptr) {
|
||||
return ((uptr != NULL) && (uptr -> filename != NULL) && (strlen(uptr -> filename) > 3) &&
|
||||
(strcasecmp(".IMD", uptr -> filename + strlen(uptr -> filename) - 4) == 0));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user