[PATCH] d3dx9: Don't check for negative enum value.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Mar 23 20:20:30 CDT 2020


Hi Chip,

I believe the type depends on the default values the enum variables are 
assigned.  As long as the values fit within that type, its acceptable.

A default value of -1 would need to be signed for example.


Alistair.


On 24/3/20 11:53 am, Chip Davis wrote:
> Don't some compilers pick 'int' instead of 'unsigned int' for enums?
> 
> 
> Chip
> 


More information about the wine-devel mailing list