From: Samuli Seppanen <sam...@openvpn.net> Partially fixes ticket #137
Signed-off-by: Gert Doering <g...@greenie.muc.de> Tested-by: Samuli Seppänen <sam...@openvpn.net> Signed-off-by: Samuli Seppänen <sam...@openvpn.net> --- 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