Avoid redefinition of HB_NO_SETLOCALE in certain configs
This commit is contained in:
parent
fa29006bfa
commit
91b779e23c
|
@ -29,7 +29,7 @@
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#include "hb-machinery.hh"
|
#include "hb-machinery.hh"
|
||||||
|
|
||||||
#if !defined(HAVE_NEWLOCALE) || !defined(HAVE_USELOCALE)
|
#if !defined(HB_NO_SETLOCALE) && (!defined(HAVE_NEWLOCALE) || !defined(HAVE_USELOCALE))
|
||||||
#define HB_NO_SETLOCALE 1
|
#define HB_NO_SETLOCALE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue