Merge pull request #245 from KonstantinRitt/fixes/ce

Unbreak build on Windows CE
This commit is contained in:
Sascha Brawer 2016-04-26 11:38:16 +02:00
commit 14bb4a5697
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ extern "C" void hb_free_impl(void *ptr);
# if defined(_WIN32_WCE)
/* Some things not defined on Windows CE. */
# define strdup _strdup
# define vsnprintf _vsnprintf
# define getenv(Name) NULL
# if _WIN32_WCE < 0x800
# define setlocale(Category, Locale) "C"