[3/6] msvcirt: Forward signed char exports to char functions directly

Iván Matellanes matellanesivan at gmail.com
Fri Jul 22 04:59:07 CDT 2016


On 21/07/16 12:40, Alexandre Julliard wrote:
> "Iván Matellanes" <matellanesivan at gmail.com> writes:
>
>> signed char and char are equivalent in Visual C++, so specific functions for signed char are unnecessary.
>
> Note that you can't assume that 'char' is signed for the Unix
> compiler. If it makes a difference, you'd have to specify signed char
> explicitly. Otherwise, you could as well you the same functions for the
> unsigned case too.
>
True. I'll check the unsigned cases as I suspect most of the functions 
(if not all) can be removed too.

Cheers,
Iván



More information about the wine-devel mailing list