mirror of https://github.com/OpenTTD/OpenTTD
(svn r5760) - Codechange: Use a define for case-string comparison in OS/2 instead of function.
parent
2ad99348bf
commit
9e69df03a7
5
os2.c
5
os2.c
|
@ -25,11 +25,6 @@
|
||||||
|
|
||||||
#include <i86.h>
|
#include <i86.h>
|
||||||
|
|
||||||
static inline int strcasecmp(const char* s1, const char* s2)
|
|
||||||
{
|
|
||||||
return stricmp(s1, s2);
|
|
||||||
}
|
|
||||||
|
|
||||||
static char *_fios_path;
|
static char *_fios_path;
|
||||||
static char *_fios_save_path;
|
static char *_fios_save_path;
|
||||||
static char *_fios_scn_path;
|
static char *_fios_scn_path;
|
||||||
|
|
Loading…
Reference in New Issue