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