mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +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