[IDL] Revert commit c03899fc

This commit is contained in:
Eric Kohl 2023-12-20 15:13:40 +01:00
parent c03899fc7f
commit 92942fbbd8

View file

@ -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,
} *PPNP_VETO_TYPE; } PNP_VETO_TYPE, *PPNP_VETO_TYPE;
cpp_quote("#endif") cpp_quote("#endif")