mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
Build tcpip with NDK
svn path=/trunk/; revision=16218
This commit is contained in:
parent
9e8e05cf39
commit
2ab26c9f4d
2 changed files with 6 additions and 2 deletions
|
@ -35,5 +35,5 @@
|
|||
#include <interface.h>
|
||||
#include <ports.h>
|
||||
#include <ipifcons.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
|
|
|
@ -112,6 +112,10 @@
|
|||
|
||||
#endif /* i386 */
|
||||
|
||||
/* AF_INET and other things Arty likes to use ;) */
|
||||
#define AF_INET 2
|
||||
#define SOCK_STREAM 1
|
||||
|
||||
typedef TDI_STATUS (*InfoRequest_f)( UINT InfoClass,
|
||||
UINT InfoType,
|
||||
UINT InfoId,
|
||||
|
|
Loading…
Reference in a new issue