Skip to content

Commit

Permalink
[IDL] Add missing PNP_VETO_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKohl committed Dec 20, 2023
1 parent 71df39b commit c03899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/reactos/idl/pnp.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit c03899f

Please sign in to comment.