[uniscribe] Fixed build with wide chars

f65dafa413
pull/4/head
Behdad Esfahbod 12 years ago
parent 4dc798de19
commit 757a7a9018
  1. 2
      src/hb-uniscribe.cc

@ -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");

Loading…
Cancel
Save