mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[IDL] Add missing PNP_VETO_TYPE
This commit is contained in:
@@ -53,7 +53,7 @@ typedef enum _PNP_VETO_TYPE {
|
|||||||
PNP_VetoNonDisableable = 10,
|
PNP_VetoNonDisableable = 10,
|
||||||
PNP_VetoLegacyDriver = 11,
|
PNP_VetoLegacyDriver = 11,
|
||||||
PNP_VetoInsufficientRights = 12,
|
PNP_VetoInsufficientRights = 12,
|
||||||
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
} *PPNP_VETO_TYPE;
|
||||||
|
|
||||||
cpp_quote("#endif")
|
cpp_quote("#endif")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user