[uniscribe] Fixed build with wide chars

f65dafa413
This commit is contained in:
Behdad Esfahbod 2013-08-28 12:35:13 -04:00
parent 4dc798de19
commit 757a7a9018
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ struct hb_uniscribe_shaper_funcs_t {
this->ScriptShapeOpenType = NULL;
this->ScriptPlaceOpenType = NULL;
hinstLib = GetModuleHandle("usp10.dll");
hinstLib = GetModuleHandle (TEXT ("usp10.dll"));
if (hinstLib)
{
this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType");