reapply Magnus Change to fix build.

note to Colin: THAT is the reason why ;-)

svn path=/trunk/; revision=33751
This commit is contained in:
Timo Kreuzer 2008-05-28 23:02:26 +00:00
parent 363e65143d
commit 8d17551ae9
2 changed files with 9 additions and 1 deletions

View file

@ -1726,3 +1726,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)