mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
uh oh, be carefulcvs add winsock2.hcvs add winsock2.h!
This commit is contained in:
parent
6164d1bf7e
commit
03fa5dc3d7
13
dtool/src/parser-inc/winsock2.h
Normal file
13
dtool/src/parser-inc/winsock2.h
Normal 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user