win32.c
changeset 2889 461c25e6cc1b
parent 2764 f819d0b46f5f
child 2940 2b86050d1a94
equal deleted inserted replaced
2888:79da960a5372 2889:461c25e6cc1b
   602 
   602 
   603 	SetUnhandledExceptionFilter(ExceptionHandler);
   603 	SetUnhandledExceptionFilter(ExceptionHandler);
   604 }
   604 }
   605 #endif
   605 #endif
   606 
   606 
   607 #ifndef __MINGW32__
       
   608 static inline int strcasecmp(const char* s1, const char* s2)
       
   609 {
       
   610 	return stricmp(s1, s2);
       
   611 }
       
   612 #endif
       
   613 
       
   614 static char *_fios_path;
   607 static char *_fios_path;
   615 static char *_fios_save_path;
   608 static char *_fios_save_path;
   616 static char *_fios_scn_path;
   609 static char *_fios_scn_path;
   617 static FiosItem *_fios_items;
   610 static FiosItem *_fios_items;
   618 static int _fios_count, _fios_alloc;
   611 static int _fios_count, _fios_alloc;