equal
deleted
inserted
replaced
22 #define INCL_WINCLIPBOARD |
22 #define INCL_WINCLIPBOARD |
23 |
23 |
24 #include <os2.h> |
24 #include <os2.h> |
25 |
25 |
26 #include <i86.h> |
26 #include <i86.h> |
27 |
|
28 static inline int strcasecmp(const char* s1, const char* s2) |
|
29 { |
|
30 return stricmp(s1, s2); |
|
31 } |
|
32 |
27 |
33 static char *_fios_path; |
28 static char *_fios_path; |
34 static char *_fios_save_path; |
29 static char *_fios_save_path; |
35 static char *_fios_scn_path; |
30 static char *_fios_scn_path; |
36 static FiosItem *_fios_items; |
31 static FiosItem *_fios_items; |