Add diff file for r44691 (dll/win32/lpk needs LpkPresent), thanks Jim

svn path=/trunk/; revision=44702
This commit is contained in:
Gregor Schneider 2009-12-22 11:11:16 +00:00
parent 1b914ccf6e
commit ba525d1a0f

View 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)