mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 02:00:04 -04:00
Remove excess stricmp definitions
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user