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>
|
#include <xlocale.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HB_NO_SETLOCALE
|
||||||
|
#define setlocale(Category, Locale) "C"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:hb-common
|
* SECTION:hb-common
|
||||||
|
|
|
@ -372,10 +372,6 @@ static int errno = 0; /* Use something better? */
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HB_NO_SETLOCALE
|
|
||||||
#define setlocale(Category, Locale) "C"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HB_NO_GETENV
|
#ifdef HB_NO_GETENV
|
||||||
#define getenv(Name) nullptr
|
#define getenv(Name) nullptr
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue