X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fnet%2Ftcpip%2Finclude%2Fticonsts.h;h=ab0b2425fb20895a6f033a9a1113c67281e0ec93;hp=d73436c8524a98028eb521870ee21bff4f2b0a73;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/drivers/net/tcpip/include/ticonsts.h b/drivers/net/tcpip/include/ticonsts.h index d73436c..ab0b242 100644 --- a/drivers/net/tcpip/include/ticonsts.h +++ b/drivers/net/tcpip/include/ticonsts.h @@ -8,7 +8,7 @@ #define __TICONSTS_H /* NDIS version this driver supports */ -#define NDIS_VERSION_MAJOR 3 +#define NDIS_VERSION_MAJOR 4 #define NDIS_VERSION_MINOR 0 #ifdef _NTTEST_ @@ -19,7 +19,7 @@ #define DD_RAWIP_DEVICE_NAME L"\\Device\\NTRawIp" /* For NDIS protocol registration */ -#define IP_DEVICE_NAME "\\Device\\NTIp" +#define IP_DEVICE_NAME L"\\Device\\NTIp" #else #define DD_TCP_DEVICE_NAME L"\\Device\\Tcp" #define DD_UDP_DEVICE_NAME L"\\Device\\Udp" @@ -27,7 +27,9 @@ #define DD_RAWIP_DEVICE_NAME L"\\Device\\RawIp" /* For NDIS protocol registration */ -#define IP_DEVICE_NAME "\\Device\\Ip" +/* The DDK says you have to register with the name that's regstered with SCM, e.g. tcpip */ +#define IP_DEVICE_NAME L"\\Device\\Ip" +#define TCPIP_PROTOCOL_NAME L"Tcpip" #endif /* _NTTEST_ */ /* TCP/UDP/RawIP IOCTL code definitions */