Remove excess stricmp definitions

This commit is contained in:
GravisZro
2024-05-21 09:48:01 -04:00
parent 6a9ddd8736
commit ec73d3fe1f
4 changed files with 10 additions and 12 deletions

View File

@@ -95,5 +95,3 @@ void _splitpath(const char *srcPath, char *drive, char *path, char *filename, ch
}
}
}
int stricmp(const char *string1, const char *string2) { return strcasecmp(string1, string2); }