summaryrefslogtreecommitdiff
path: root/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-19 15:39:11 -0400
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-19 15:39:11 -0400
commitd372cd1b17440c3f36ec78e69afab247c161f88b (patch)
tree0befbddec42dcfaf8ec0cb09106efd78f8068637 /vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
parentee7e826f0c67e1708915a159ff020712ad80a63b (diff)
downloadinfinitytier-d372cd1b17440c3f36ec78e69afab247c161f88b.tar.gz
infinitytier-d372cd1b17440c3f36ec78e69afab247c161f88b.zip
Clean up...
Diffstat (limited to 'vsprojects/EthTapDevelopment/EthTapDevelopment.cpp')
-rw-r--r--vsprojects/EthTapDevelopment/EthTapDevelopment.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp b/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
deleted file mode 100644
index f68c6c69..00000000
--- a/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdint.h>
-
-#include <tchar.h>
-
-#include <WinSock2.h>
-#include <Windows.h>
-
-int _tmain(int argc, _TCHAR* argv[])
-{
- return 0;
-}