Ignore:
Timestamp:
Aug 16, 1999, 10:18:40 PM (26 years ago)
Author:
phaller
Message:

Fix: added odinwrap support to wsock32

File:
1 edited

Legend:

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

    r92 r518  
    1 /* $Id: notify.cpp,v 1.2 1999-06-10 16:11:08 phaller Exp $ */
     1/* $Id: notify.cpp,v 1.3 1999-08-16 20:18:39 phaller Exp $ */
    22
    33/*
     
    55 * Project Odin Software License can be found in LICENSE.TXT
    66 *
    7  */
    8 /*
    97 * Winsock code
    108 *
     
    1412
    1513
     14/*****************************************************************************
     15 * Includes                                                                  *
     16 *****************************************************************************/
     17
    1618#include <os2win.h>
    1719//#include <wsock32.h>
    18 #include "misc.h"
     20#include <misc.h>
     21#include <odinwrap.h>
     22
     23
     24/*****************************************************************************
     25 * Structures                                                                *
     26 *****************************************************************************/
    1927
    2028typedef unsigned int    u_int;
     
    3745
    3846
     47/*****************************************************************************
     48 * Macros                                                                    *
     49 *****************************************************************************/
     50
    3951/*
    4052 * WSAMAKESELECTREPLY is intended for use by the Windows Sockets implementation
    4153 * when constructing the response to WSAAsyncSelect().
    4254 */
     55
    4356//#define OS2WSAMAKESELECTREPLY(event,error)     MAKELONG(event,error)
    4457#ifdef MAKELONG
     
    4861#define OS2WSAMAKESELECTREPLY(event,error)     MAKELONG(event,error)
    4962
     63
     64
     65
    5066int Notify(AsyncStatus *as, int event)
    5167{
    52 int rc;
    53    
     68  int rc;
     69
    5470#ifdef DEBUG
    5571    WriteLog("WSOCK32: Open32 Notifying %x, %x, %d\n",
     
    8096
    8197
     98
Note: See TracChangeset for help on using the changeset viewer.