This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-24: natPlainDatagramSocket.cc
- From: Adrian Bunk <bunk at fs dot tum dot de>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Mon, 25 Feb 2002 13:52:58 +0100 (CET)
- Subject: Re: WIN-24: natPlainDatagramSocket.cc
On 24 Feb 2002, Adam Megacz wrote:
> Agreed. Committed as shown below.
>...
> -#ifdef USE_WINSOCK
> -#include <windows.h>
> -#include <winsock.h>
> +#include<platform.h>
> +
> +make #ifdef WIN32
>...
Is this "make" a typo or do I miss something?
cu
Adrian