2010-06-21 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / utils / mono-string.h
blob6e2daade7a5ff9bd76bc5c07a0d20c0437a91c62
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
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
12 #endif /* __UTILS_MONO_STRING_H__ */