From: Christoph von Wittich Date: Sun, 21 Mar 2010 20:26:32 +0000 (+0000) Subject: [USP10] X-Git-Tag: backups/header-work@57446~86^2~69 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c37960152728fea618bf172448a18b3496752b5e [USP10] sync usp10 with wine 1.1.41 svn path=/trunk/; revision=46320 --- diff --git a/reactos/dll/win32/usp10/usp10.c b/reactos/dll/win32/usp10/usp10.c index 1a68ae0201a..cdd6d7b2919 100644 --- a/reactos/dll/win32/usp10/usp10.c +++ b/reactos/dll/win32/usp10/usp10.c @@ -1308,7 +1308,7 @@ HRESULT WINAPI ScriptShape(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcChars, { WORD glyph; if (!hdc) return E_PENDING; - if (GetGlyphIndicesW(hdc, &pwcChars[i], 1, &glyph, GGI_MARK_NONEXISTING_GLYPHS) == GDI_ERROR) return S_FALSE; + if (GetGlyphIndicesW(hdc, &pwcChars[i], 1, &glyph, 0) == GDI_ERROR) return S_FALSE; pwOutGlyphs[i] = set_cache_glyph(psc, pwcChars[i], glyph); } }