net/SocketDescriptors: IsValid() is not available on Windows
This commit is contained in:
parent
9259e989a4
commit
917881aa48
@ -78,7 +78,9 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
using FileDescriptor::IsDefined;
|
using FileDescriptor::IsDefined;
|
||||||
|
#ifndef _WIN32
|
||||||
using FileDescriptor::IsValid;
|
using FileDescriptor::IsValid;
|
||||||
|
#endif
|
||||||
using FileDescriptor::Get;
|
using FileDescriptor::Get;
|
||||||
using FileDescriptor::Set;
|
using FileDescriptor::Set;
|
||||||
using FileDescriptor::Steal;
|
using FileDescriptor::Steal;
|
||||||
|
Loading…
Reference in New Issue
Block a user