Build tcpip with NDK

svn path=/trunk/; revision=16218
This commit is contained in:
Alex Ionescu 2005-06-22 17:58:42 +00:00
parent 9e8e05cf39
commit 2ab26c9f4d
2 changed files with 6 additions and 2 deletions

View file

@ -35,5 +35,5 @@
#include <interface.h>
#include <ports.h>
#include <ipifcons.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ndk/ntndk.h>

View file

@ -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,