Esempio n. 1
0
//int main(int argc, char** argv)
int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
	DNSClient c;
	return c.main();
}