Author: pschweitzer Date: Wed Jul 9 06:40:00 2008 New Revision: 34392
URL: http://svn.reactos.org/svn/reactos?rev=34392&view=rev Log: Updated usp10_ros.diff to match with r34390 changes
Modified: trunk/reactos/dll/win32/usp10/usp10_ros.diff
Modified: 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 [iso-8859-1] (original) +++ trunk/reactos/dll/win32/usp10/usp10_ros.diff [iso-8859-1] Wed Jul 9 06:40:00 2008 @@ -3,23 +3,23 @@ --- usp10.c (revision 34385) +++ usp10.c (working copy) @@ -1726,3 +1726,10 @@ - for (i = 0; i < nbchars; i++) widths[i] = glyph_width[i]; - return S_OK; - } -+ -+ -+VOID WINAPI LpkPresent() -+{ -+ /* FIXME */ -+ DbgPrint("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__); -+} + for (i = 0; i < nbchars; i++) widths[i] = glyph_width[i]; + return S_OK; + } ++ ++ ++VOID WINAPI LpkPresent() ++{ ++ /* FIXME */ ++ ERR("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__); ++} Index: usp10.spec =================================================================== --- usp10.spec (revision 34385) +++ usp10.spec (working copy) @@ -1,4 +1,4 @@ --@ stub LpkPresent -+@ stdcall LpkPresent() - @ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr) - @ stub ScriptApplyLogicalWidth - @ stdcall ScriptBreak(ptr long ptr ptr) +-@ stub LpkPresent ++@ stdcall LpkPresent() + @ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr) + @ stub ScriptApplyLogicalWidth + @ stdcall ScriptBreak(ptr long ptr ptr)