mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- Fixed build
- Added a diff with GreatLord changes svn path=/trunk/; revision=34387
This commit is contained in:
@@ -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__);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@ stub LpkPresent
|
||||
@ stdcall LpkPresent()
|
||||
@ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr)
|
||||
@ stub ScriptApplyLogicalWidth
|
||||
@ stdcall ScriptBreak(ptr long ptr ptr)
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user