From 52bd0bc841df20f2eeca6019fe3f62524dc8a1a4 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 9 Jul 2008 09:28:50 +0000 Subject: [PATCH] - Fixed build - Added a diff with GreatLord changes svn path=/trunk/; revision=34387 --- reactos/dll/win32/usp10/usp10.c | 7 +++++++ reactos/dll/win32/usp10/usp10.spec | 2 +- reactos/dll/win32/usp10/usp10_ros.diff | 25 +++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 reactos/dll/win32/usp10/usp10_ros.diff diff --git a/reactos/dll/win32/usp10/usp10.c b/reactos/dll/win32/usp10/usp10.c index 57e6611ab72..c629bd659ac 100644 --- a/reactos/dll/win32/usp10/usp10.c +++ b/reactos/dll/win32/usp10/usp10.c @@ -1726,3 +1726,10 @@ HRESULT WINAPI ScriptGetLogicalWidths(const SCRIPT_ANALYSIS *sa, int nbchars, in 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__); +} diff --git a/reactos/dll/win32/usp10/usp10.spec b/reactos/dll/win32/usp10/usp10.spec index ac1506e9df0..d901a9aca9f 100644 --- a/reactos/dll/win32/usp10/usp10.spec +++ b/reactos/dll/win32/usp10/usp10.spec @@ -1,4 +1,4 @@ -@ stub LpkPresent +@ stdcall LpkPresent() @ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr) @ stub ScriptApplyLogicalWidth @ stdcall ScriptBreak(ptr long ptr ptr) diff --git a/reactos/dll/win32/usp10/usp10_ros.diff b/reactos/dll/win32/usp10/usp10_ros.diff new file mode 100644 index 00000000000..14ec81f9352 --- /dev/null +++ b/reactos/dll/win32/usp10/usp10_ros.diff @@ -0,0 +1,25 @@ +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__); ++} +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)