update
This commit is contained in:
parent
a769d6c284
commit
c13d18a352
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue