AltairZ80: Removed unneeded definition of strcasecmp
This commit is contained in:
parent
e9dea63b50
commit
6a180c3dfc
1 changed files with 0 additions and 3 deletions
|
@ -384,9 +384,6 @@ static t_stat hdsk_reset(DEVICE *dptr) {
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define strcasecmp _stricmp
|
|
||||||
#endif
|
|
||||||
static uint32 is_imd(const UNIT *uptr) {
|
static uint32 is_imd(const UNIT *uptr) {
|
||||||
return ((uptr != NULL) && (uptr -> filename != NULL) && (strlen(uptr -> filename) > 3) &&
|
return ((uptr != NULL) && (uptr -> filename != NULL) && (strlen(uptr -> filename) > 3) &&
|
||||||
(strcasecmp(".IMD", uptr -> filename + strlen(uptr -> filename) - 4) == 0));
|
(strcasecmp(".IMD", uptr -> filename + strlen(uptr -> filename) - 4) == 0));
|
||||||
|
|
Loading…
Add table
Reference in a new issue