[v2 1/7] msvcirt: Implement ostream::operator<< for characters

Piotr Caban piotr.caban at gmail.com
Wed Jun 22 06:00:23 CDT 2016


On 06/22/16 11:53, Iván Matellanes wrote:
> +        enum { CHAR } type;
It's better to avoid using enum values identical as Windows types. It 
will make it impossible to use CHAR type.

Thanks,
Piotr




More information about the wine-devel mailing list