Ignore:
Timestamp:
Jul 3, 2001, 4:46:01 PM (24 years ago)
Author:
achimha
Message:

added Winsock 2 event flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winsock.h

    r2651 r6153  
    1 /* $Id: winsock.h,v 1.4 2000-02-05 02:42:20 sandervl Exp $ */
     1/* $Id: winsock.h,v 1.5 2001-07-03 14:46:00 achimha Exp $ */
    22
    33/* WINSOCK.H--definitions to be used with the WINSOCK.DLL
     
    387387#define MAXGETHOSTSTRUCT        1024
    388388
     389#ifndef __WINSOCK2API__
    389390#define FD_READ         0x01
    390391#define FD_WRITE        0x02
     
    393394#define FD_CONNECT      0x10
    394395#define FD_CLOSE        0x20
     396#endif
    395397
    396398#define WSABASEERR              10000
Note: See TracChangeset for help on using the changeset viewer.