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> |