mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
OSX build error fixes
This commit is contained in:
@@ -37,6 +37,10 @@ public:
|
||||
virtual int write(const unsigned char* buffer, unsigned int length);
|
||||
|
||||
virtual void close();
|
||||
|
||||
#if defined(__APPLE__)
|
||||
int setNonblock(bool nonblock) { return 0; }
|
||||
#endif
|
||||
|
||||
protected:
|
||||
CUDPSocket m_socket;
|
||||
|
||||
Reference in New Issue
Block a user