diff options
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; -} |