From: Samuli Seppanen <[email protected]> Partially fixes ticket #137
Signed-off-by: Gert Doering <[email protected]> Tested-by: Samuli Seppänen <[email protected]> Signed-off-by: Samuli Seppänen <[email protected]> --- 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 @@ -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) /* some of the platforms will auto-add a "network route" pointing -- 1.6.3.3
