fix: use #include_next in Linux overlay shims to prevent infinite recursion

All 6 case-sensitivity shim headers in tools/linux/overlay/include/
now use #include_next instead of #include to forward to the real
MinGW system header, avoiding infinite preprocessor recursion on
Linux (Debian/WSL) where overlay/include is first in the search path.

Fixes build failures on Debian WSL (GCC 12) for all configurations.
Also update nsis7z.dll binaries built with the fixed overlay.
This commit is contained in:
2026-05-03 04:04:20 +02:00
parent f4cd9b9bf2
commit c2c91b9e48
9 changed files with 24 additions and 12 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.