mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 05:23:33 +08:00
[PSDK] Add missing PNP_VETO_TYPE PNP_VetoInsufficientRights enumerator.
This commit is contained in:
parent
8f6aaa8af6
commit
fdeb169a27
@ -188,7 +188,8 @@ typedef enum _PNP_VETO_TYPE {
|
||||
PNP_VetoIllegalDeviceRequest,
|
||||
PNP_VetoInsufficientPower,
|
||||
PNP_VetoNonDisableable,
|
||||
PNP_VetoLegacyDriver
|
||||
PNP_VetoLegacyDriver,
|
||||
PNP_VetoInsufficientRights,
|
||||
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -53,7 +53,7 @@ typedef enum _PNP_VETO_TYPE {
|
||||
PNP_VetoNonDisableable = 10,
|
||||
PNP_VetoLegacyDriver = 11,
|
||||
PNP_VetoInsufficientRights = 12,
|
||||
} *PPNP_VETO_TYPE;
|
||||
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
||||
|
||||
cpp_quote("#endif")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user