diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-15 15:51:03 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-15 15:51:03 -0400 |
| commit | b23748aa5a10a61b1dd5f5598c7577c8c2142aaf (patch) | |
| tree | f813a2a821df9151decf44682ef58dbfd49d3211 /vsprojects/EthTapDevelopment/EthTapDevelopment.cpp | |
| parent | 8584515a5018db3415b69fdec37d5602e43c0a58 (diff) | |
| download | infinitytier-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.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; +} |
