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