ada: Follow-up fix for compilation issue with recent MinGW-w64 versions
commit6de9362acda4acd1462ca04c056f89f542c35ff4
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 30 Jun 2023 15:14:44 +0000 (30 17:14 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 10 Jul 2023 12:41:40 +0000 (10 14:41 +0200)
tree60bd544f8a66d2f211e8ea138f816868cb2abf62
parentf068a49d95001971e39ab68835e525bb78c65b80
ada: Follow-up fix for compilation issue with recent MinGW-w64 versions

It turns out that adaint.c includes other Windows header files than just
windows.h, so defining WIN32_LEAN_AND_MEAN is not sufficient for it.

gcc/ada/

* adaint.c [_WIN32]: Undefine 'abort' macro.
gcc/ada/adaint.c