mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[USP10] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68503
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user