[USP10] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68503
This commit is contained in:
Amine Khaldi 2015-07-20 22:59:38 +00:00
parent b652ba2ef1
commit d9bd126c73
2 changed files with 2 additions and 7 deletions

View file

@ -3336,14 +3336,9 @@ rpRangeProperties = &ShapingData[psa->eScript].defaultTextRange;
void SHAPE_ApplyOpenTypePositions(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa, const WORD* pwGlyphs, INT cGlyphs, int *piAdvance, GOFFSET *pGoffset )
{
const TEXTRANGE_PROPERTIES *rpRangeProperties;
const TEXTRANGE_PROPERTIES *rpRangeProperties = &ShapingData[psa->eScript].defaultGPOSTextRange;
int i;
rpRangeProperties = &ShapingData[psa->eScript].defaultGPOSTextRange;
if (!rpRangeProperties)
return;
load_ot_tables(hdc, psc);
if (!psc->GPOS_Table || !psc->otm)

View file

@ -196,7 +196,7 @@ reactos/dll/win32/unicows # Synced to Wine-1.3.32 (Win9x only, why d
reactos/dll/win32/updspapi # Synced to WineStaging-1.7.37
reactos/dll/win32/url # Synced to WineStaging-1.7.37
reactos/dll/win32/urlmon # Synced to WineStaging-1.7.37
reactos/dll/win32/usp10 # Synced to WineStaging-1.7.37
reactos/dll/win32/usp10 # Synced to WineStaging-1.7.47
reactos/dll/win32/uxtheme # Forked
reactos/dll/win32/vbscript # Synced to WineStaging-1.7.37
reactos/dll/win32/version # Synced to WineStaging-1.7.37