From 8d17551ae93b3876ea6034a535dfd618247a78b5 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 28 May 2008 23:02:26 +0000 Subject: [PATCH] reapply Magnus Change to fix build. note to Colin: THAT is the reason why ;-) svn path=/trunk/; revision=33751 --- reactos/dll/win32/usp10/usp10.c | 8 ++++++++ reactos/dll/win32/usp10/usp10.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/usp10/usp10.c b/reactos/dll/win32/usp10/usp10.c index 57e6611ab72..95211aedbe0 100644 --- a/reactos/dll/win32/usp10/usp10.c +++ b/reactos/dll/win32/usp10/usp10.c @@ -1726,3 +1726,11 @@ 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)