Changeset 7368 for trunk/src


Ignore:
Timestamp:
Nov 16, 2001, 5:55:20 PM (24 years ago)
Author:
sandervl
Message:

added wrapper header for socket functions

Location:
trunk/src/wsock32
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock32.h

    r7022 r7368  
    1 /* $Id: wsock32.h,v 1.19 2001-10-11 19:24:07 sandervl Exp $ */
     1/* $Id: wsock32.h,v 1.20 2001-11-16 16:55:20 sandervl Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    1616#define _WINSOCK32CONST_
    1717
    18 #include <sys\socket.h>
    19 #include <sys\ioctl.h>
    20 #include <netdb.h>
    21 #include <netinet\in.h>
    22 #include <netinet\tcp.h>
    23 #include <nerrno.h>
     18#include "socketwrap.h"
    2419#include <sys\time.h>
    2520
Note: See TracChangeset for help on using the changeset viewer.