- Timestamp:
- Nov 16, 2001, 5:55:20 PM (24 years ago)
- Location:
- trunk/src/wsock32
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32.h
r7022 r7368 1 /* $Id: wsock32.h,v 1. 19 2001-10-11 19:24:07sandervl Exp $ */1 /* $Id: wsock32.h,v 1.20 2001-11-16 16:55:20 sandervl Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 16 16 #define _WINSOCK32CONST_ 17 17 18 #include <sys\socket.h> 19 #include <sys\ioctl.h> 20 #include <netdb.h> 21 #include <netinet\in.h> 22 #include <netinet\tcp.h> 23 #include <nerrno.h> 18 #include "socketwrap.h" 24 19 #include <sys\time.h> 25 20
Note:
See TracChangeset
for help on using the changeset viewer.