Ignore:
Timestamp:
Oct 11, 2001, 12:42:30 AM (24 years ago)
Author:
phaller
Message:

profile compatibility

File:
1 edited

Legend:

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

    r6748 r7007  
    1 /* $Id: ioctl.cpp,v 1.1 2001-09-18 16:58:59 phaller Exp $ */
     1/* $Id: ioctl.cpp,v 1.2 2001-10-10 22:42:30 phaller Exp $ */
    22/*
    33 * based on Windows Sockets 1.1 specs
     
    2222 *****************************************************************************/
    2323
     24// Note: this file is currently incompatible with performance tracing
     25#undef PROFILE
     26
     27#include <odin.h>
     28#include <odinwrap.h>
     29#include <os2sel.h>
     30
     31
    2432#define INCL_BASE
    2533#include <os2wrap.h>
    2634#include <stdio.h>
    2735#include <string.h>
    28 #include <odin.h>
    29 #include <odinwrap.h>
    30 #include <os2sel.h>
    3136#include <misc.h>
    3237#include <win32api.h>
Note: See TracChangeset for help on using the changeset viewer.