mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Don’t disable getenv on Windows
The condition is inverted, regression from
40ec187dec
.
This commit is contained in:
parent
163748b505
commit
791a1bf3a4
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ extern "C" void hb_free_impl(void *ptr);
|
|||
# define HB_NO_SETLOCALE
|
||||
# define HB_NO_ERRNO
|
||||
# endif
|
||||
# elif WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
||||
# elif !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
||||
# ifndef HB_NO_GETENV
|
||||
# define HB_NO_GETENV
|
||||
# endif
|
||||
|
|
Loading…
Add table
Reference in a new issue