mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
- Report that we are NDIS 5.1
svn path=/trunk/; revision=41462
This commit is contained in:
parent
cf30be51fb
commit
1cde39c156
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue