ada: Remove socket definitions for ancient MinGW
commit092d7509db47376a7b910f7af05678058bd9bd3c
authorPiotr Trojanek <trojanek@adacore.com>
Mon, 5 Sep 2022 11:29:38 +0000 (5 13:29 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 26 Sep 2022 09:02:29 +0000 (26 11:02 +0200)
treeb27ea2a1ee6464f6ac520bce0b7ead1772cdec3d
parentaf61dc3ffd7c184571bcf1d773d97716cfe6093a
ada: Remove socket definitions for ancient MinGW

Modern MinGW defines _WIN32_WINNT as 0xa00, so there is no need go guard
against it being lower than 0x0600 or setting it to 0x0501.

gcc/ada/

* gsocket.h: Remove redefinition of _WIN32_WINNT.
* mingw32.h: Remove conditional definition of _WIN32_WINNT.
gcc/ada/gsocket.h
gcc/ada/mingw32.h