Hi,

On Thu, May 26, 2011 at 04:23:04PM +0300, Samuli Seppänen wrote:
> diff --git a/tun.c b/tun.c
> index 895409a..8cdd248 100644
> --- a/tun.c
> +++ b/tun.c
> @@ -572,7 +572,7 @@ init_tun_post (struct tuntap *tt,
>  #endif
>  }
>  
> -#if defined(TARGET_WIN32) || \
> +#if defined(WIN32) || \
>      defined(TARGET_DARWIN) || defined(TARGET_NETBSD) || 
> defined(TARGET_OPENBSD)

ACK.  TARGET_WIN32 is not defined in MS VS (no autoconf), and the rest
of the code uses WIN32 everywhere - and as this is the single place where
TARGET_WIN32 is used, changing it to WIN32 is the way of least pain.

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpVdl1NAbb1m.pgp
Description: PGP signature

Reply via email to