|
Audacity 3.2.0
|
Go to the documentation of this file.
18#define CLOSE_SOCKET closesocket
21#include <sys/select.h>
22#include <sys/socket.h>
23#include <netinet/in.h>
28#define INVALID_SOCKET -1
29#define SOCKET_ERROR -1
31#define CLOSE_SOCKET close
32#define NFDS(x) ((x) + 1)