André Hentschel nerv@dawncrow.de writes:
Problem: On ARM the default "char" is "unsigned char" for performance reasons, Wine uses "char" expecting the x86 default (signed char).
In general there's no such expectation in Wine. If there are places that expect char to be signed, they are bugs that should be fixed.