Move HB_NO_SETLOCALE to closer place to its to unbreak HB_TINY build (#1768)
This commit is contained in:
parent
b4a5a69ad8
commit
19b8eb08e5
@ -35,6 +35,9 @@
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#ifdef HB_NO_SETLOCALE
|
||||
#define setlocale(Category, Locale) "C"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:hb-common
|
||||
|
Loading…
Reference in New Issue
Block a user