os2.c
changeset 4216 0b1f4832c358
parent 4077 d4d440dd8925
child 4217 b5427dc6b82f
equal deleted inserted replaced
4215:a2ac24745ea7 4216:0b1f4832c358
    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;