configure.ac: Always treat char as signed char on ARM

Alexandre Julliard julliard at winehq.org
Mon Jul 23 05:26:10 CDT 2012


André Hentschel <nerv at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list