usp10: Fixed a compiler warning.

This commit is contained in:
Alexandre Julliard 2006-05-24 18:30:34 +02:00
parent 9ca8a86914
commit 94d0478ee5
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ static void test_ScriptString(void)
BOOL fDisabled = FALSE;
hr = ScriptStringAnalyse( hdc, pString, cString, cGlyphs, iCharset, dwFlags,
iReqWidth, &psControl, &psState, piDx, &pTabdef,
pbInClass, &pssa);
&pbInClass, &pssa);
ok(hr == E_INVALIDARG, "ScriptStringAnalyse Stub should return E_INVALIDARG not %08x\n", (unsigned int) hr);
hr = ScriptStringOut(pssa, iX, iY, uOptions, &prc, iMinSel, iMaxSel,fDisabled);
ok(hr == E_NOTIMPL, "ScriptStringOut Stub should return E_NOTIMPL not %08x\n", (unsigned int) hr);