diff options
Diffstat (limited to 'vsprojects/EthTapDevelopment/EthTapDevelopment.cpp')
| -rw-r--r-- | vsprojects/EthTapDevelopment/EthTapDevelopment.cpp | 13 |
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; +} |
