This commit is contained in:
xiongziliang 2017-08-10 11:24:19 +08:00
parent a769d6c284
commit c13d18a352

View File

@ -9,17 +9,6 @@
using namespace ZL::Network;
#if defined(_WIN32)
static onceToken g_token([]() {
WORD wVersionRequested = MAKEWORD(2, 2);
WSADATA wsaData;
WSAStartup(wVersionRequested, &wsaData);
}, []() {
WSACleanup();
});
#endif // defined(_WIN32)
namespace Config {
void loaIniConfig(){