blob: f68c6c697b16618d8ae66dd09c8614494be461bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}
|