prolly not necessary, but just in case. Added the header defs

This commit is contained in:
Zachary Pavlov 2006-11-14 04:11:50 +00:00
parent d81b48be24
commit c70ee43128

View File

@ -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