equal
deleted
inserted
replaced
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; |