Ignore:
Timestamp:
Mar 22, 2000, 7:46:20 PM (25 years ago)
Author:
sandervl
Message:

wsock32 rewrite (no pmwsock dependancy)

File:
1 edited

Legend:

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

    r2013 r3195  
    1 /* $Id: unknown.cpp,v 1.4 1999-12-07 20:25:48 achimha Exp $ */
     1/* $Id: unknown.cpp,v 1.5 2000-03-22 18:46:18 sandervl Exp $ */
    22
    33/*
     
    1515#include <misc.h>
    1616#include <odinwrap.h>
     17#include "wsock32.h"
    1718
     19#define DBG_LOCALLOG    DBG_unknown
     20#include "dbglocal.h"
    1821
    1922ODINDEBUGCHANNEL(WSOCK32-UNKNOWN)
    20 
    21 /*****************************************************************************
    22  * Prototypes & Types & Defines                                              *
    23  *****************************************************************************/
    24 
    25 typedef int SOCKET;
    26 
    27 int _System rexec(char **, int, char *, char *, char *, int *);
    28 int _System rcmd (char **, int, const char *, const char *, const char *, int *);
    29 
    3023
    3124/*****************************************************************************
     
    10598 *****************************************************************************/
    10699
    107 ODINFUNCTION4(int, OS2WSARecvEx, SOCKET,    s,
     100ODINFUNCTION4(int, WSARecvEx, SOCKET,    s,
    108101                                 char FAR*, buf,
    109102                                 int,       len,
Note: See TracChangeset for help on using the changeset viewer.