https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c03899fc7f0b7d85af7ca…
commit c03899fc7f0b7d85af7ca4702d83d41bb0ac2e9c
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Wed Dec 20 15:09:03 2023 +0100
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Wed Dec 20 15:09:03 2023 +0100
[IDL] Add missing PNP_VETO_TYPE
---
sdk/include/reactos/idl/pnp.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/reactos/idl/pnp.idl b/sdk/include/reactos/idl/pnp.idl
index efe320e3e63..52c47ab2ffc 100644
--- a/sdk/include/reactos/idl/pnp.idl
+++ b/sdk/include/reactos/idl/pnp.idl
@@ -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")