Ignore:
Timestamp:
Mar 24, 2000, 8:28:12 PM (25 years ago)
Author:
sandervl
Message:

replaced with new wsock32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/unknown.cpp

    r3199 r3229  
    1 /* $Id: unknown.cpp,v 1.6 2000-03-22 20:07:25 sandervl Exp $ */
     1/* $Id: unknown.cpp,v 1.7 2000-03-24 19:28:08 sandervl Exp $ */
    22
    33/*
     
    1515#include <misc.h>
    1616#include <odinwrap.h>
     17#include "wsock32.h"
    1718
    1819#define DBG_LOCALLOG    DBG_unknown
     
    2021
    2122ODINDEBUGCHANNEL(WSOCK32-UNKNOWN)
    22 
    23 /*****************************************************************************
    24  * Prototypes & Types & Defines                                              *
    25  *****************************************************************************/
    26 
    27 typedef int SOCKET;
    28 
    29 int _System rexec(char **, int, char *, char *, char *, int *);
    30 int _System rcmd (char **, int, const char *, const char *, const char *, int *);
    31 
    3223
    3324/*****************************************************************************
     
    10798 *****************************************************************************/
    10899
    109 ODINFUNCTION4(int, OS2WSARecvEx, SOCKET,    s,
     100ODINFUNCTION4(int, WSARecvEx, SOCKET,    s,
    110101                                 char FAR*, buf,
    111102                                 int,       len,
Note: See TracChangeset for help on using the changeset viewer.