6e2daade7a5ff9bd76bc5c07a0d20c0437a91c62
[mono.git] / mono / utils / mono-string.h
1 #ifndef __UTILS_MONO_STRING_H__
2 #define __UTILS_MONO_STRING_H__
3 #include <glib.h>
4 /*
5  * This definition is used to we remember later to implement this properly
6  *
7  * Currently we merely call into the ascii comparison, but we should be
8  * instead doing case folding and comparing the result.
9  */
10 #define mono_utf8_strcasecmp g_ascii_strcasecmp
11
12 #endif /* __UTILS_MONO_STRING_H__ */