Changeset 1384 for trunk/src/wsock32/wsock32const.h
- Timestamp:
- Oct 20, 1999, 10:11:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32const.h
r1372 r1384 1 /* $Id: wsock32const.h,v 1. 1 1999-10-20 10:03:55phaller Exp $ */1 /* $Id: wsock32const.h,v 1.2 1999-10-20 20:11:03 phaller Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 20 20 * taken from the BSD file sys/socket.h. 21 21 */ 22 23 /* WSAAsyncSelect flags */ 24 #define FD_READ 0x01 25 #define FD_WRITE 0x02 26 #define FD_OOB 0x04 27 #define FD_ACCEPT 0x08 28 #define FD_CONNECT 0x10 29 #define FD_CLOSE 0x20 30 22 31 23 32 /*
Note:
See TracChangeset
for help on using the changeset viewer.