From a4302a38945079e937a93de8e88cd3fd94179263 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 9 Jul 2008 11:40:00 +0000 Subject: [PATCH] Updated usp10_ros.diff to match with r34390 changes svn path=/trunk/; revision=34392 --- reactos/dll/win32/usp10/usp10_ros.diff | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/reactos/dll/win32/usp10/usp10_ros.diff b/reactos/dll/win32/usp10/usp10_ros.diff index 14ec81f9352..0ccbc644c03 100644 --- a/reactos/dll/win32/usp10/usp10_ros.diff +++ b/reactos/dll/win32/usp10/usp10_ros.diff @@ -3,23 +3,23 @@ Index: usp10.c --- 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)