mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-18 15:57:49 +08:00
update
This commit is contained in:
parent
a769d6c284
commit
c13d18a352
@ -9,17 +9,6 @@
|
|||||||
|
|
||||||
using namespace ZL::Network;
|
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 {
|
namespace Config {
|
||||||
|
|
||||||
void loaIniConfig(){
|
void loaIniConfig(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user