[coretext] Remove hack around GlyphID
We not namespace our types, so the hack is not needed anymore.
This commit is contained in:
parent
8e58459aeb
commit
8611235688
|
@ -29,10 +29,6 @@
|
||||||
#define HB_SHAPER coretext
|
#define HB_SHAPER coretext
|
||||||
#include "hb-shaper-impl-private.hh"
|
#include "hb-shaper-impl-private.hh"
|
||||||
|
|
||||||
#define GlyphID GlyphID_mac
|
|
||||||
#include <ApplicationServices/ApplicationServices.h>
|
|
||||||
#undef GlyphID
|
|
||||||
|
|
||||||
#include "hb-coretext.h"
|
#include "hb-coretext.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue