natPlainDatagramSocket.cc: removed #include <ws2tcpip.h>; the mingw header is broken...
authorAdam Megacz <adam@xwt.org>
Sat, 14 Sep 2002 21:56:44 +0000 (21:56 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Sat, 14 Sep 2002 21:56:44 +0000 (21:56 +0000)
commit981f97c3641ce62391dffab22c971266cbaa057b
treec154546639f37472f6e47805a91ec2c22a46c861
parent3eaf7a3ce7ae3ff1c0f51cd383dfb458bd214406
natPlainDatagramSocket.cc: removed #include <ws2tcpip.h>; the mingw header is broken (conflicts with itself).

2002-09-14  Adam Megacz <adam@xwt.org>

        * java/net/natPlainDatagramSocket.cc: removed #include
        <ws2tcpip.h>; the mingw header is broken (conflicts with itself).
        * include/win32.h: included definition for IP_TOS to satisfy
        natPlainDatagramSocket.cc

From-SVN: r57151
libjava/ChangeLog
libjava/include/win32.h
libjava/java/net/natPlainDatagramSocketImpl.cc