Changeset 7007 for trunk/src/ws2_32/ioctl.cpp
- Timestamp:
- Oct 11, 2001, 12:42:30 AM (24 years ago)
- 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:59phaller Exp $ */1 /* $Id: ioctl.cpp,v 1.2 2001-10-10 22:42:30 phaller Exp $ */ 2 2 /* 3 3 * based on Windows Sockets 1.1 specs … … 22 22 *****************************************************************************/ 23 23 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 24 32 #define INCL_BASE 25 33 #include <os2wrap.h> 26 34 #include <stdio.h> 27 35 #include <string.h> 28 #include <odin.h>29 #include <odinwrap.h>30 #include <os2sel.h>31 36 #include <misc.h> 32 37 #include <win32api.h>
Note:
See TracChangeset
for help on using the changeset viewer.