Create devel project for Windows tap work. (Might be temporary.)

This commit is contained in:
Adam Ierymenko 2013-08-15 15:51:03 -04:00
parent 8584515a50
commit b23748aa5a
5 changed files with 141 additions and 0 deletions

View 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;
}