1 #ifndef __UTILS_MONO_STRING_H__
2 #define __UTILS_MONO_STRING_H__
5 * This definition is used to we remember later to implement this properly
7 * Currently we merely call into the ascii comparison, but we should be
8 * instead doing case folding and comparing the result.
10 #define mono_utf8_strcasecmp g_ascii_strcasecmp
12 #endif /* __UTILS_MONO_STRING_H__ */