summaryrefslogtreecommitdiffstats
path: root/tun.h
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:11:49 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:06:53 +0100
commit8e3ca1f6c1400f4a9275760d1680a65bb4a99eae (patch)
treeaebaba7fe07653492bb3dc52ef83c79aaf08d4f7 /tun.h
parent26abb83cb1cf0c331db875186250b0c8d55d6013 (diff)
downloadopenvpn-8e3ca1f6c1400f4a9275760d1680a65bb4a99eae.tar.gz
openvpn-8e3ca1f6c1400f4a9275760d1680a65bb4a99eae.tar.xz
openvpn-8e3ca1f6c1400f4a9275760d1680a65bb4a99eae.zip
Remove tap-win32
Introduce tap-windows.h which is modified tap-win32/common.h. Except of function rename, it is the same without the tap_id. This file should be provided as part of tap-win32 MSI. For now we hold a copy. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'tun.h')
-rw-r--r--tun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.h b/tun.h
index 513257f..ad7b2b1 100644
--- a/tun.h
+++ b/tun.h
@@ -27,7 +27,7 @@
#ifdef WIN32
#include <winioctl.h>
-#include "tap-win32/common.h"
+#include <tap-windows.h>
#endif
#include "buffer.h"