diff options
Diffstat (limited to 'src/win32/common.h')
-rw-r--r-- | src/win32/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/win32/common.h b/src/win32/common.h index 5aaab20..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 @@ -80,3 +82,5 @@ //========================================================= #define TAP_COMPONENT_ID "tap0901" + +#endif |