Changeset 11 for trunk/src/wsock32/wsock32.c
- Timestamp:
- May 31, 1999, 4:09:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32.c
r4 r11 1 /* $Id: wsock32.c,v 1. 1 1999-05-24 20:20:09 ktkExp $ */1 /* $Id: wsock32.c,v 1.2 1999-05-31 14:09:47 phaller Exp $ */ 2 2 3 3 /* … … 13 13 * @(#) wsock32.c 1.0.0 1998/08/25 VV initial release 14 14 * 1.0.1 1999/04/27 VV cleanup and implement select. 15 * 1.0.2 1999/05/31 PH support for TCP/IP 4.1 + 4.2 headers 15 16 * 16 17 */ 18 19 /* this is for IBM TCP/IP 5.0 headers as present in the current Warp 4 toolkit */ 20 #define TCPV40HDRS 1 21 17 22 18 23 #define INCL_DOSPROCESS /* Process and thread values */
Note:
See TracChangeset
for help on using the changeset viewer.