[IDL] Add missing PNP_VETO_TYPE

This commit is contained in:
Eric Kohl 2023-12-20 15:09:03 +01:00
parent 71df39b027
commit c03899fc7f

View File

@ -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")