On 3/24/22 14:59, Francisco Casas wrote:
Signed-off-by: Francisco Casas fcasas@codeweavers.com
But, if I am not mistaken, bool expands to _Bool (because we are including <stdbool.h>). And I don't see any point in the program were we may be assigning .b a value that's not 0 or 1. Given that in C, when an scalar is converted to _Bool, it automatically becomes 0 or 1.
Indeed. This patch is superfluous, then...