Merge branch 'v0.20.x'
This commit is contained in:
commit
1fb358249b
@ -40,6 +40,9 @@ public:
|
|||||||
~ScopeNetInit() noexcept {
|
~ScopeNetInit() noexcept {
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
public:
|
||||||
|
ScopeNetInit() {}
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user