uh oh, be carefulcvs add winsock2.hcvs add winsock2.h!

This commit is contained in:
Roger Hughston 2006-11-07 03:21:25 +00:00
parent 6164d1bf7e
commit 03fa5dc3d7

View File

@ -0,0 +1,13 @@
typedef int SOCKET ;
struct sockaddr_in
{
};
typedef struct fd_set {
unsigned int fd_count; /* how many are SET? */
SOCKET fd_array[10]; /* an array of SOCKETs */
} fd_set;