- [usp10] Fix build. Wine is out of control...

svn path=/trunk/; revision=44691
This commit is contained in:
James Tabor 2009-12-22 05:53:11 +00:00
parent b4a961e151
commit 0b5066e17b
2 changed files with 7 additions and 1 deletions

View file

@ -1841,3 +1841,9 @@ HRESULT WINAPI ScriptJustify(const SCRIPT_VISATTR *sva, const int *advance,
for (i = 0; i < num_glyphs; i++) justify[i] = advance[i];
return S_OK;
}
BOOL gbLpkPresent = FALSE;
VOID WINAPI LpkPresent()
{
gbLpkPresent = TRUE; /* Turn it on this way! Wine is out of control! */
}

View file

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