Ignore:
Timestamp:
Nov 18, 2001, 3:32:13 PM (24 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws2_32/ioctl.cpp

    r7007 r7378  
    1 /* $Id: ioctl.cpp,v 1.2 2001-10-10 22:42:30 phaller Exp $ */
     1/* $Id: ioctl.cpp,v 1.3 2001-11-18 14:32:13 sandervl Exp $ */
    22/*
    33 * based on Windows Sockets 1.1 specs
     
    2727#include <odin.h>
    2828#include <odinwrap.h>
    29 #include <os2sel.h>
    3029
     30#include <windows.h>
     31#include <winsock2.h>
     32#include <misc.h>
    3133
    32 #define INCL_BASE
    33 #include <os2wrap.h>
    34 #include <stdio.h>
    35 #include <string.h>
    36 #include <misc.h>
    37 #include <win32api.h>
    3834
    3935#define DBG_LOCALLOG    DBG_wsa
    4036#include "dbglocal.h"
    4137
    42 // PH: ugly ...
    43 #include "../wsock32/wsock32.h"
    44 
    4538
    4639ODINDEBUGCHANNEL(WS2_32-IOCTL)
    47 
    48 
    49 typedef LPVOID LPWSAOVERLAPPED;
    50 typedef LPVOID LPWSAOVERLAPPED_COMPLETION_ROUTINE;
    5140
    5241
Note: See TracChangeset for help on using the changeset viewer.