File diff r4215:80c25b844c42 → r4216:ff95c5affccc
os2.c
Show inline comments
 
@@ -25,11 +25,6 @@
 

	
 
#include <i86.h>
 

	
 
static inline int strcasecmp(const char* s1, const char* s2)
 
{
 
	return stricmp(s1, s2);
 
}
 

	
 
static char *_fios_path;
 
static char *_fios_save_path;
 
static char *_fios_scn_path;