Commit bbe7f269 by Adam Megacz Committed by Adam Megacz

natPlainDatagramSocketImpl.cc: whops; removed 'make' typo.

2002-02-24  Adam Megacz  <adam@xwt.org>

        * java/net/natPlainDatagramSocketImpl.cc: whops; removed 'make'
        typo. Sorry.

From-SVN: r50019
parent 7d6040e8
2002-02-24 Adam Megacz <adam@xwt.org>
* java/net/natPlainDatagramSocketImpl.cc: whops; removed 'make'
typo. Sorry.
2002-02-24 Adam Megacz <adam@xwt.org>
* java/net/natPlainDatagramSocketImpl.cc: Updated #includes
for Win32, changed #ifdefs to check WIN32 instead of the
(now-obsolete) USE_WINSOCK, and removed support for socket
......
......@@ -10,7 +10,7 @@ details. */
#include<platform.h>
make #ifdef WIN32
#ifdef WIN32
#include <errno.h>
#include <string.h>
#ifndef ENOPROTOOPT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment