mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[IDL] Add missing PNP_VETO_TYPE
This commit is contained in:
parent
71df39b027
commit
c03899fc7f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ typedef enum _PNP_VETO_TYPE {
|
|||
PNP_VetoNonDisableable = 10,
|
||||
PNP_VetoLegacyDriver = 11,
|
||||
PNP_VetoInsufficientRights = 12,
|
||||
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
||||
} *PPNP_VETO_TYPE;
|
||||
|
||||
cpp_quote("#endif")
|
||||
|
||||
|
|
Loading…
Reference in a new issue