mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
usp10: Silence a noisy fixme in ScriptPlaceOpenType.
This commit is contained in:
parent
73a996de01
commit
0ec7907c61
@ -3078,6 +3078,7 @@ HRESULT WINAPI ScriptPlaceOpenType( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS
|
||||
{
|
||||
HRESULT hr;
|
||||
int i;
|
||||
static int once = 0;
|
||||
|
||||
TRACE("(%p, %p, %p, %s, %s, %p, %p, %d, %s, %p, %p, %d, %p, %p, %d, %p %p %p)\n",
|
||||
hdc, psc, psa,
|
||||
@ -3091,7 +3092,7 @@ HRESULT WINAPI ScriptPlaceOpenType( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS
|
||||
if (!pGoffset) return E_FAIL;
|
||||
|
||||
if (cRanges)
|
||||
FIXME("Ranges not supported yet\n");
|
||||
if (!once++) FIXME("Ranges not supported yet\n");
|
||||
|
||||
((ScriptCache *)*psc)->userScript = tagScript;
|
||||
((ScriptCache *)*psc)->userLang = tagLangSys;
|
||||
|
Loading…
Reference in New Issue
Block a user