Josh DuBois <[EMAIL PROTECTED]> writes:
> But what about winelib apps? Isn't it likely that there'll be a few
> assumptions about signed chars made in those, and shouldn't we generate
> makefiles for them that just make all chars signed, to ease porting?
Some apps may require that, but we shouldn't make it the default
IMO. And we definitely don't want to have to force signed chars on a
well-written Winelib app because the Wine headers are broken. Besides,
not all compilers may allow making chars signed.
> And if we do that, why not do it inside wine, too?
Because we want our code to be cleaner that the average Windows app ;-)
--
Alexandre Julliard
[EMAIL PROTECTED]