1 2 3 4 5 6
#include "stdafx.h" void CTelegramProto::InitNetwork() { tgl_set_net_methods(TLS, &tgl_conn_methods); }