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