win32u: Don't use bool as member of a union type. bool is a reserved identifier in C23 and would break with GCC 15 moving to -std=gnu23 (based on C23).