mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
[USP10]
Fix ros_diff line endings. svn path=/trunk/; revision=58215
This commit is contained in:
parent
2bd930547c
commit
379c1bba14
1 changed files with 19 additions and 19 deletions
|
@ -1,22 +1,22 @@
|
|||
Index: usp10.c
|
||||
===================================================================
|
||||
--- usp10.c (revision 54504)
|
||||
+++ usp10.c (working copy)
|
||||
@@ -3621,3 +3621,9 @@
|
||||
|
||||
return SHAPE_GetFontFeatureTags(hdc, (ScriptCache *)*psc, psa, tagScript, tagLangSys, cMaxTags, pFeatureTags, pcTags);
|
||||
}
|
||||
+
|
||||
+BOOL gbLpkPresent = FALSE;
|
||||
+VOID WINAPI LpkPresent()
|
||||
+{
|
||||
+ gbLpkPresent = TRUE; /* Turn it on this way! Wine is out of control! */
|
||||
+}
|
||||
Index: usp10.spec
|
||||
===================================================================
|
||||
--- usp10.spec (revision 54504)
|
||||
+++ usp10.spec (working copy)
|
||||
@@ -1,4 +1,4 @@
|
||||
Index: usp10.c
|
||||
===================================================================
|
||||
--- usp10.c (revision 54504)
|
||||
+++ usp10.c (working copy)
|
||||
@@ -3621,3 +3621,9 @@
|
||||
|
||||
return SHAPE_GetFontFeatureTags(hdc, (ScriptCache *)*psc, psa, tagScript, tagLangSys, cMaxTags, pFeatureTags, pcTags);
|
||||
}
|
||||
+
|
||||
+BOOL gbLpkPresent = FALSE;
|
||||
+VOID WINAPI LpkPresent()
|
||||
+{
|
||||
+ gbLpkPresent = TRUE; /* Turn it on this way! Wine is out of control! */
|
||||
+}
|
||||
Index: usp10.spec
|
||||
===================================================================
|
||||
--- usp10.spec (revision 54504)
|
||||
+++ usp10.spec (working copy)
|
||||
@@ -1,4 +1,4 @@
|
||||
-@ stub LpkPresent
|
||||
+@ stdcall LpkPresent()
|
||||
@ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr)
|
||||
|
|
Loading…
Reference in a new issue