https://git.reactos.org/?p=reactos.git;a=commitdiff;h=92942fbbd8cd9c3eba288dce83071ff840b7429f

commit 92942fbbd8cd9c3eba288dce83071ff840b7429f
Author:     Eric Kohl <[email protected]>
AuthorDate: Wed Dec 20 15:13:40 2023 +0100
Commit:     Eric Kohl <[email protected]>
CommitDate: Wed Dec 20 15:13:40 2023 +0100

    [IDL] Revert commit c03899fc
---
 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 52c47ab2ffc..efe320e3e63 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,
-} *PPNP_VETO_TYPE;
+} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
 
 cpp_quote("#endif")
 

Reply via email to