Create devel project for Windows tap work. (Might be temporary.)
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user