mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
Add diff file for r44691 (dll/win32/lpk needs LpkPresent), thanks Jim
svn path=/trunk/; revision=44702
This commit is contained in:
parent
1b914ccf6e
commit
ba525d1a0f
1 changed files with 24 additions and 0 deletions
24
reactos/dll/win32/usp10/usp10_ros.diff
Normal file
24
reactos/dll/win32/usp10/usp10_ros.diff
Normal file
|
@ -0,0 +1,24 @@
|
|||
Index: usp10.c
|
||||
===================================================================
|
||||
--- usp10.c (revision 44689)
|
||||
+++ usp10.c (working copy)
|
||||
@@ -1841,3 +1841,9 @@
|
||||
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! */
|
||||
+}
|
||||
Index: usp10.spec
|
||||
===================================================================
|
||||
--- usp10.spec (revision 44689)
|
||||
+++ usp10.spec (working copy)
|
||||
@@ -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