mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Change some of the number seperators to "Neutral" rather than "Left to
right".
This commit is contained in:
parent
a2e1222486
commit
3597717da1
@ -1988,7 +1988,7 @@ GetCharacterPlacementW(
|
||||
* -1 - right to left
|
||||
* 0 - neutral
|
||||
*/
|
||||
static const int chardir[]={ 0, 1, -1, 1, 1, 1, -1, 1, 0, 0, 0, 0 };
|
||||
static const int chardir[]={ 0, 1, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0 };
|
||||
|
||||
WARN("The BiDi algorythm doesn't conform to Windows' yet\n");
|
||||
if( (pwCharType=HeapAlloc(GetProcessHeap(), 0, uCount * sizeof(WORD)))==NULL )
|
||||
|
Loading…
Reference in New Issue
Block a user