mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
- [usp10] Fix build. Wine is out of control...
svn path=/trunk/; revision=44691
This commit is contained in:
parent
b4a961e151
commit
0b5066e17b
2 changed files with 7 additions and 1 deletions
|
@ -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! */
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue