aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/12.4.0/0011-always-define-win32-lean-and-mean-before-windows-h.patch
Commit message (Collapse)AuthorAgeFilesLines
* Make GCC 12.4.0 compatible with MinGW >=11Oliver Old2025-02-241-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>