Ignore:
Timestamp:
Oct 20, 1999, 10:11:03 PM (26 years ago)
Author:
phaller
Message:

Fix: socket fix

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:55 phaller Exp $ */
     1/* $Id: wsock32const.h,v 1.2 1999-10-20 20:11:03 phaller Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    2020 * taken from the BSD file sys/socket.h.
    2121 */
     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
    2231
    2332/*
Note: See TracChangeset for help on using the changeset viewer.