diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-14 11:19:21 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-14 11:19:21 -0400 |
commit | 150a53eb17b18e0a20d85d56437a94aaf745ce2b (patch) | |
tree | 90e22d2698f5c5aa2bbb17e5f810f499e355f6e9 /vsprojects/SelfTest/SelfTest.cpp | |
parent | 1f9a7e26baceb5916e8d612f27aaed1073bbdb87 (diff) | |
download | infinitytier-150a53eb17b18e0a20d85d56437a94aaf745ce2b.tar.gz infinitytier-150a53eb17b18e0a20d85d56437a94aaf745ce2b.zip |
Self test almost builds, now need skeleton EthernetTap implementation for Windows.
Diffstat (limited to 'vsprojects/SelfTest/SelfTest.cpp')
-rw-r--r-- | vsprojects/SelfTest/SelfTest.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vsprojects/SelfTest/SelfTest.cpp b/vsprojects/SelfTest/SelfTest.cpp deleted file mode 100644 index 60a736c5..00000000 --- a/vsprojects/SelfTest/SelfTest.cpp +++ /dev/null @@ -1,11 +0,0 @@ -// SelfTest.cpp : Defines the entry point for the console application. -// - -#include "stdafx.h" - - -int _tmain(int argc, _TCHAR* argv[]) -{ - return 0; -} - |