mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-11 15:46:35 -07:00
Create devel project for Windows tap work. (Might be temporary.)
This commit is contained in:
parent
8584515a50
commit
b23748aa5a
5 changed files with 141 additions and 0 deletions
13
vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
Normal file
13
vsprojects/EthTapDevelopment/EthTapDevelopment.cpp
Normal file
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue