mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
- Report to drivers that we are NDIS 5.0
svn path=/trunk/; revision=40384
This commit is contained in:
parent
468227f96a
commit
2bcf7007bd
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue