fix right export prefix for LpkPresent.

svn path=/trunk/; revision=33700
This commit is contained in:
Magnus Olsen 2008-05-25 17:51:15 +00:00
parent ed494cbfbc
commit b2744bf34b
2 changed files with 9 additions and 1 deletions

View file

@ -1731,3 +1731,11 @@ HRESULT WINAPI ScriptGetLogicalWidths(const SCRIPT_ANALYSIS *sa, int nbchars, in
for (i = 0; i < nbchars; i++) widths[i] = glyph_width[i];
return S_OK;
}
VOID WINAPI LpkPresent()
{
/* FIXME */
DbgPrint("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__);
}

View file

@ -1,4 +1,4 @@
@ stub LpkPresent
@ stdcall LpkPresent()
@ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr)
@ stub ScriptApplyLogicalWidth
@ stdcall ScriptBreak(ptr long ptr ptr)