Merge pull request #3079 from harfbuzz/windows-getenv

Don’t disable getenv on Windows
This commit is contained in:
Behdad Esfahbod 2021-07-27 09:28:47 -06:00 committed by GitHub
commit 3e4f006fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ extern "C" void hb_free_impl(void *ptr);
# define HB_NO_SETLOCALE # define HB_NO_SETLOCALE
# define HB_NO_ERRNO # define HB_NO_ERRNO
# endif # endif
# elif WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) # elif !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
# ifndef HB_NO_GETENV # ifndef HB_NO_GETENV
# define HB_NO_GETENV # define HB_NO_GETENV
# endif # endif