Changeset 7378 for trunk/src/ws2_32/ioctl.cpp
- Timestamp:
- Nov 18, 2001, 3:32:13 PM (24 years ago)
- 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 phallerExp $ */1 /* $Id: ioctl.cpp,v 1.3 2001-11-18 14:32:13 sandervl Exp $ */ 2 2 /* 3 3 * based on Windows Sockets 1.1 specs … … 27 27 #include <odin.h> 28 28 #include <odinwrap.h> 29 #include <os2sel.h>30 29 30 #include <windows.h> 31 #include <winsock2.h> 32 #include <misc.h> 31 33 32 #define INCL_BASE33 #include <os2wrap.h>34 #include <stdio.h>35 #include <string.h>36 #include <misc.h>37 #include <win32api.h>38 34 39 35 #define DBG_LOCALLOG DBG_wsa 40 36 #include "dbglocal.h" 41 37 42 // PH: ugly ...43 #include "../wsock32/wsock32.h"44 45 38 46 39 ODINDEBUGCHANNEL(WS2_32-IOCTL) 47 48 49 typedef LPVOID LPWSAOVERLAPPED;50 typedef LPVOID LPWSAOVERLAPPED_COMPLETION_ROUTINE;51 40 52 41
Note:
See TracChangeset
for help on using the changeset viewer.