- Fixed build

- Added a diff with GreatLord changes

svn path=/trunk/; revision=34387
This commit is contained in:
Pierre Schweitzer
2008-07-09 09:28:50 +00:00
parent 85ba30dcf2
commit 52bd0bc841
3 changed files with 33 additions and 1 deletions
+7
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
@ stub LpkPresent
@ stdcall LpkPresent()
@ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr)
@ stub ScriptApplyLogicalWidth
@ stdcall ScriptBreak(ptr long ptr ptr)
+25
View File
@@ -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)