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

Alexandre Julliard julliard at winehq.org
Thu Jul 21 06:40:40 CDT 2016


"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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list