Ignore:
Timestamp:
Dec 8, 2011, 2:32:54 PM (14 years ago)
Author:
dmik
Message:

Port WSOCK32 and IPHLPAPI to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/wsock32/wsock32.h

    r21720 r21865  
    2020
    2121#include <odinwrap.h>
     22
     23#ifdef __EMX__
     24// EMX 0.6.4 and before lacks this
     25#ifndef SOCBASEERR
     26#define SOCBASEERR 0
     27#endif
     28#endif
    2229
    2330#ifndef IP_TTL
     
    128135typedef u_int           SOCKET;
    129136
     137#ifndef FD_SETSIZE
    130138#define FD_SETSIZE      64
     139#endif
    131140
    132141#pragma pack(1)
Note: See TracChangeset for help on using the changeset viewer.