-
6a0e24e0
by Katharina Bogad at 2026-04-17T17:55:00+02:00
makedep: Fix -Wdiscarded-qualifier warnings with recent glibc.
-
4a8fa381
by Katharina Bogad at 2026-04-17T17:55:00+02:00
winebuild: Fix -Wdiscarded-qualifier warnings with recent glibc.
-
20918f66
by Katharina Bogad at 2026-04-17T17:55:00+02:00
winegcc: Fix -Wdiscarded-qualifier warnings with recent glibc.
-
c50fc028
by Katharina Bogad at 2026-04-17T17:55:00+02:00
ntdll: Fix -Wdiscarded-qualifier warnings with recent glibc.
-
d2dd47fe
by Katharina Bogad at 2026-04-17T17:55:00+02:00
winebth.sys: Fix -Wdiscarded-qualifier warnings with recent glibc.
-
37d5424b
by Katharina Bogad at 2026-04-17T17:55:00+02:00
winex11.drv: Fix -Wdiscarded-qualifier warnings with recent glibc.
-
67850fbc
by Katharina Bogad at 2026-04-17T17:55:00+02:00
include: Fix warnings with C23 and GLIBC.
GLIBC defines wcschr, wcsrchr and wcspbrk in their version of wchar.h if
C23 is in use. #undef them before ntdll macros are set.