diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-19 15:39:11 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-19 15:39:11 -0400 |
commit | d372cd1b17440c3f36ec78e69afab247c161f88b (patch) | |
tree | 0befbddec42dcfaf8ec0cb09106efd78f8068637 /vsprojects/EthTapDevelopment/EthTapDevelopment.cpp | |
parent | ee7e826f0c67e1708915a159ff020712ad80a63b (diff) | |
download | infinitytier-d372cd1b17440c3f36ec78e69afab247c161f88b.tar.gz infinitytier-d372cd1b17440c3f36ec78e69afab247c161f88b.zip |
Clean up...
Diffstat (limited to 'vsprojects/EthTapDevelopment/EthTapDevelopment.cpp')
-rw-r--r-- | vsprojects/EthTapDevelopment/EthTapDevelopment.cpp | 13 |
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; -} |