Ignore:
Timestamp:
Mar 23, 2000, 8:21:56 PM (26 years ago)
Author:
sandervl
Message:

wsock32\new update

File:
1 edited

Legend:

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

    r3198 r3205  
    1 /* $Id: wsock32.h,v 1.4 2000-03-22 20:01:09 sandervl Exp $ */
     1/* $Id: wsock32.h,v 1.5 2000-03-23 19:21:55 sandervl Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    2424#include <sys\time.h>
    2525
     26#include <odinwrap.h>
     27
    2628/*
    2729 * Socket state bits.
     
    4547//socketopt options
    4648#define SO_DONTLINGER   (u_int)(~SO_LINGER)
     49
     50#define WSAMAKESELECTREPLY(event,error)     MAKELONG(event,error)
    4751
    4852// WSAAsyncSelect flags
     
    216220void WIN32API WSASetLastError(int iError);
    217221int  WIN32API WSAGetLastError(void);
     222int  WIN32API WSAAsyncSelect(SOCKET s, HWND hWnd, u_int wMsg, long lEvent);
    218223BOOL WIN32API WSAIsBlocking(void);
    219 int  WIN32API WSAAsyncSelect(SOCKET s, HWND hWnd, u_int wMsg, long lEvent);
    220224
    221225extern BOOL fWSAInitialized;
Note: See TracChangeset for help on using the changeset viewer.