- [usp10] Fix build. Wine is out of control...
authorJames Tabor <james.tabor@reactos.org>
Tue, 22 Dec 2009 05:53:11 +0000 (05:53 +0000)
committerJames Tabor <james.tabor@reactos.org>
Tue, 22 Dec 2009 05:53:11 +0000 (05:53 +0000)
svn path=/trunk/; revision=44691

reactos/dll/win32/usp10/usp10.c
reactos/dll/win32/usp10/usp10.spec

index 523bd4f..6a78356 100644 (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! */
+}
index 5e35870..0f7b0aa 100644 (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)