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) || \
>
From: Samuli Seppanen
Partially fixes ticket #137
Signed-off-by: Gert Doering
Tested-by: Samuli Seppänen
Signed-off-by: Samuli Seppänen
---
tun.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tun.c b/tun.c
index 895409a..8cdd248 100644
--- a/tun.c
+++ b/tun.c
@@ -