From 2bcf7007bd9a3ef076ec35700604e869ae40b45c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 6 Apr 2009 02:06:33 +0000 Subject: [PATCH] - Report to drivers that we are NDIS 5.0 svn path=/trunk/; revision=40384 --- reactos/drivers/network/ndis/ndis/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/network/ndis/ndis/config.c b/reactos/drivers/network/ndis/ndis/config.c index 0f5d1ea0ef2..d24d2ce1876 100644 --- a/reactos/drivers/network/ndis/ndis/config.c +++ b/reactos/drivers/network/ndis/ndis/config.c @@ -33,7 +33,7 @@ #include "ndissys.h" -#define NDIS_VERSION 0x00040000 /* the version of NDIS we claim to be to miniport drivers */ +#define NDIS_VERSION 0x00050000 /* the version of NDIS we claim to be to miniport drivers */ #define PARAMETERS_KEY L"Parameters" /* The parameters subkey under the device-specific key */ /*