[ros-diffs] [cgutman] 41462: - Report that we are NDIS 5.1

cgutman at svn.reactos.org cgutman at svn.reactos.org
Fri Jun 19 08:53:59 CEST 2009


Author: cgutman
Date: Fri Jun 19 10:53:58 2009
New Revision: 41462

URL: http://svn.reactos.org/svn/reactos?rev=41462&view=rev
Log:
 - Report that we are NDIS 5.1

Modified:
    trunk/reactos/drivers/network/ndis/ndis/config.c

Modified: trunk/reactos/drivers/network/ndis/ndis/config.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/ndis/ndis/config.c?rev=41462&r1=41461&r2=41462&view=diff
==============================================================================
--- trunk/reactos/drivers/network/ndis/ndis/config.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/network/ndis/ndis/config.c [iso-8859-1] Fri Jun 19 10:53:58 2009
@@ -33,7 +33,7 @@
 
 #include "ndissys.h"
 
-#define NDIS_VERSION 0x00050000          /* the version of NDIS we claim to be to miniport drivers */
+#define NDIS_VERSION 0x00050001          /* the version of NDIS we claim to be to miniport drivers */
 #define PARAMETERS_KEY L"Parameters"     /* The parameters subkey under the device-specific key */
 
 /*



More information about the Ros-diffs mailing list