Fixed compiler warnings on Windows

This commit is contained in:
Friedrich Schöller 2016-01-05 16:05:44 +01:00
parent 032089ce7a
commit 5e1004038f

View File

@ -14,11 +14,9 @@ ld)
esac
;;
c)
FLAGS=-D$OS
case $OS in
LINUX)
echo $FLAGS -DHAVE_LINUX_IF_TUN_H
echo $FLAGS -DHAVE_LINUX_IF_TUN_H -DLINUX
;;
CYGWIN*)
echo $FLAGS -DWIN32