j
k
j a
j l
bool is a reserved identifier in C23 and would break with GCC 15 moving to -std=gnu23 (based on C23). Use mybool instead, along the line of myint in the same context.
-- v2: msi: Use mybool instead of bool as variable name.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6893
Back to the thread
Back to the list