summaryrefslogtreecommitdiff
path: root/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-15 15:51:03 -0400
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-15 15:51:03 -0400
commitb23748aa5a10a61b1dd5f5598c7577c8c2142aaf (patch)
treef813a2a821df9151decf44682ef58dbfd49d3211 /vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
parent8584515a5018db3415b69fdec37d5602e43c0a58 (diff)
downloadinfinitytier-b23748aa5a10a61b1dd5f5598c7577c8c2142aaf.tar.gz
infinitytier-b23748aa5a10a61b1dd5f5598c7577c8c2142aaf.zip
Create devel project for Windows tap work. (Might be temporary.)
Diffstat (limited to 'vsprojects/EthTapDevelopment/EthTapDevelopment.cpp')
-rw-r--r--vsprojects/EthTapDevelopment/EthTapDevelopment.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp b/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
new file mode 100644
index 00000000..f68c6c69
--- /dev/null
+++ b/vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
@@ -0,0 +1,13 @@
+#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;
+}