mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-30 16:00:06 -04:00
Remove excess stricmp definitions
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstdarg>
|
||||
#include "linux/linux_fix.h"
|
||||
|
||||
void _splitpath(const char *path, char *drive, char *dir, char *fname, char *ext);
|
||||
int stricmp(const char *string1, const char *string2);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user