mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Add DDI_DRIVER_VERSION_NT5_01_SP1
svn path=/trunk/; revision=40091
This commit is contained in:
parent
1ec5957c2c
commit
de32a44cb9
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ typedef struct _DRVFN {
|
|||
#define DDI_DRIVER_VERSION_SP3 0x00020003
|
||||
#define DDI_DRIVER_VERSION_NT5 0x00030000
|
||||
#define DDI_DRIVER_VERSION_NT5_01 0x00030100
|
||||
#define DDI_DRIVER_VERSION_NT5_01_SP1 0x00030101
|
||||
|
||||
typedef struct _DRVENABLEDATA {
|
||||
ULONG iDriverVersion;
|
||||
|
|
Loading…
Reference in a new issue