mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Don't use deprecated G_UNICODE_COMBINING_MARK
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|
||||
#define ISMARK(Type) IS ((Type), \
|
||||
OR (G_UNICODE_NON_SPACING_MARK, \
|
||||
OR (G_UNICODE_COMBINING_MARK, \
|
||||
OR (G_UNICODE_SPACING_MARK, \
|
||||
OR (G_UNICODE_ENCLOSING_MARK, 0))))
|
||||
|
||||
#define ISZEROWIDTHTYPE(Type) IS ((Type), \
|
||||
|
Reference in New Issue
Block a user