mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
prolly not necessary, but just in case. Added the header defs
This commit is contained in:
parent
d81b48be24
commit
c70ee43128
@ -1,3 +1,6 @@
|
||||
#ifndef _WINSOCK2API_
|
||||
#define _WINSOCK2API_
|
||||
#define _WINSOCKAPI_ /* Prevent inclusion of winsock.h in windows.h */
|
||||
|
||||
typedef int SOCKET ;
|
||||
|
||||
@ -11,3 +14,4 @@ typedef struct fd_set {
|
||||
SOCKET fd_array[10]; /* an array of SOCKETs */
|
||||
} fd_set;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user