Build tcpip with NDK Modified: trunk/reactos/drivers/net/tcpip/include/precomp.h Modified: trunk/reactos/drivers/net/tcpip/include/tcpip.h _____
Modified: trunk/reactos/drivers/net/tcpip/include/precomp.h --- trunk/reactos/drivers/net/tcpip/include/precomp.h 2005-06-22 17:58:19 UTC (rev 16217) +++ trunk/reactos/drivers/net/tcpip/include/precomp.h 2005-06-22 17:58:42 UTC (rev 16218) @@ -35,5 +35,5 @@
#include <interface.h> #include <ports.h> #include <ipifcons.h> -#define NTOS_MODE_USER -#include <ntos.h> +#include <ndk/ntndk.h> + _____
Modified: trunk/reactos/drivers/net/tcpip/include/tcpip.h --- trunk/reactos/drivers/net/tcpip/include/tcpip.h 2005-06-22 17:58:19 UTC (rev 16217) +++ trunk/reactos/drivers/net/tcpip/include/tcpip.h 2005-06-22 17:58:42 UTC (rev 16218) @@ -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,