X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;f=src%2Fwin32%2Fcommon.h;h=eaab2a6ba302d4333789755fe043783d0a50fdfc;hb=refs%2Fheads%2Fupstream;hp=3c183c2b3f0bde869e16749a7587f1ca05126e4f;hpb=058ae090a970436caec3b3059e9e18b310dd6b0d;p=anytun.git diff --git a/src/win32/common.h b/src/win32/common.h index 3c183c2..eaab2a6 100644 --- a/src/win32/common.h +++ b/src/win32/common.h @@ -25,6 +25,8 @@ * distribution); if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef ANYTUN_win32_common_h_INCLUDED +#define ANYTUN_win32_common_h_INCLUDED //=============================================== // This file is included both by OpenVPN and @@ -79,4 +81,6 @@ // simultaneously. //========================================================= -#define TAP_COMPONENT_ID "tap0801" +#define TAP_COMPONENT_ID "tap0901" + +#endif