Module: wine Branch: master Commit: f0253f3035ed91d9d4231904b94a2a5ee3248204 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f0253f3035ed91d9d4231904b9...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 26 13:03:09 2010 +0200
usp10: Make SHAPE_ApplyOpenTypeFeatures() static.
---
dlls/usp10/shape.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c index 70722c2..e370e33 100644 --- a/dlls/usp10/shape.c +++ b/dlls/usp10/shape.c @@ -1275,7 +1275,7 @@ void SHAPE_ContextualShaping(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa, WC ShapingData[psa->eScript].contextProc(hdc, psc, psa, pwcChars, cChars, pwOutGlyphs, pcGlyphs, cMaxGlyphs, pwLogClust); }
-void SHAPE_ApplyOpenTypeFeatures(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa, WORD* pwOutGlyphs, INT* pcGlyphs, INT cMaxGlyphs, INT cChars, const TEXTRANGE_PROPERTIES *rpRangeProperties, WORD *pwLogClust) +static void SHAPE_ApplyOpenTypeFeatures(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa, WORD* pwOutGlyphs, INT* pcGlyphs, INT cMaxGlyphs, INT cChars, const TEXTRANGE_PROPERTIES *rpRangeProperties, WORD *pwLogClust) { int i; INT dirL;