From c03899fc7f0b7d85af7ca4702d83d41bb0ac2e9c Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Wed, 20 Dec 2023 15:09:03 +0100 Subject: [PATCH] [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")