changed socket_t for non windows systems
This commit is contained in:
parent
e5f978e94d
commit
2a4634faf0
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
#define socket_t SOCKET
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#define socket_t socket
|
||||
#define socket_t int
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in New Issue