Author: spetreolle Date: Fri Jan 25 18:07:06 2013 New Revision: 58215
URL: http://svn.reactos.org/svn/reactos?rev=58215&view=rev Log: [USP10] Fix ros_diff line endings.
Modified: trunk/reactos/dll/win32/usp10/usp10_ros.diff (contents, props changed)
Modified: trunk/reactos/dll/win32/usp10/usp10_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/usp10/usp10_ros.d... ============================================================================== --- trunk/reactos/dll/win32/usp10/usp10_ros.diff [iso-8859-1] (original) +++ trunk/reactos/dll/win32/usp10/usp10_ros.diff [iso-8859-1] Fri Jan 25 18:07:06 2013 @@ -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)
Propchange: trunk/reactos/dll/win32/usp10/usp10_ros.diff ------------------------------------------------------------------------------ svn:eol-style = native