mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
gdi32: Set lpOrder in BIDI_Reorder even for strings not requireing reordering.
This commit is contained in:
parent
1b105553d7
commit
41fb95b43d
@ -425,6 +425,11 @@ BOOL BIDI_Reorder(
|
||||
if (done)
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, chartype);
|
||||
if (lpOrder)
|
||||
{
|
||||
for (i = 0; i < uCount; i++)
|
||||
lpOrder[i] = i;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user