少年修仙传客户端基础资源
hch
2024-04-01 d01413b00ef631ac20347716b23818b0b811f65f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * \file
 */
 
#ifndef __UTILS_MONO_STRING_H__
#define __UTILS_MONO_STRING_H__
#include <glib.h>
/*
 * This definition is used to we remember later to implement this properly
 *
 * Currently we merely call into the ascii comparison, but we should be
 * instead doing case folding and comparing the result.
 */
#define mono_utf8_strcasecmp g_ascii_strcasecmp
 
#endif /* __UTILS_MONO_STRING_H__ */