natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for read()...
authorAdam Megacz <adam@xwt.org>
Fri, 8 Mar 2002 01:46:34 +0000 (01:46 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Fri, 8 Mar 2002 01:46:34 +0000 (01:46 +0000)
commit4e0020277270d90f7237d372eb86eb7c7b93b4a5
tree01fcfa04a840aa339f42e72d38cefe1acf04be94
parent8eeda6e0e760b631414f9272beedfb6c007c5ad4
natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for read(), write(), and close().

2002-03-07  Adam Megacz  <adam@xwt.org>

        * java/net/natPlainSocketImpl.cc: Changed USE_WINSOCK to
        WIN32, and added thunks for read(), write(), and close().
        * java/net/natPlainSocketImpl.cc (accept, read, read):
        Disabled timeouts on WIN32 pending discussion.

From-SVN: r50418
libjava/ChangeLog
libjava/java/net/natPlainSocketImpl.cc