Author: gschneider Date: Tue Dec 22 12:11:16 2009 New Revision: 44702
URL: http://svn.reactos.org/svn/reactos?rev=44702&view=rev Log: Add diff file for r44691 (dll/win32/lpk needs LpkPresent), thanks Jim
Added: trunk/reactos/dll/win32/usp10/usp10_ros.diff
Added: trunk/reactos/dll/win32/usp10/usp10_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/usp10/usp10_ros.d... ============================================================================== --- trunk/reactos/dll/win32/usp10/usp10_ros.diff (added) +++ trunk/reactos/dll/win32/usp10/usp10_ros.diff [iso-8859-1] Tue Dec 22 12:11:16 2009 @@ -1,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)