Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make GCC 12.4.0 compatible with MinGW >=11 | Oliver Old | 2025-02-24 | 1 | -0/+379 |
| | | | | | | | | | This patch defines `WIN32_LEAN_AND_MEAN` before the `windows.h` include statements to avoid name clashes with the `abort()` member function in `IXMLDOMDocument`, which would now be pulled in via `msxml.h` without the `WIN32_LEAN_AND_MEAN` definition. Signed-off-by: Oliver Old <mail@oold.dev> | ||||
* | gcc: Add GCC 12.4.0 | Chris Packham | 2024-06-27 | 14 | -0/+971 |
https://gcc.gnu.org/pipermail/gcc-announce/2024/000182.html Add the new version dropping patches that have been applied upstream. Fixes #2175 Signed-off-by: Chris Packham <judge.packham@gmail.com> |