mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
fixes
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
namespace net {
|
||||
#ifdef _WIN32
|
||||
typedef SOCKET SockHandle_t;
|
||||
typedef int socklen_t;
|
||||
#else
|
||||
typedef int SockHandle_t;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user