From a5b0f9d3dce083e5ddf9691ca4d4fce31b4e60ee Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Thu, 11 Dec 2008 10:55:09 +0000 Subject: [PATCH] - Add undef macro to avoid warnings svn path=/trunk/; revision=38009 --- reactos/include/ddk/portcls.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/ddk/portcls.h b/reactos/include/ddk/portcls.h index 3bd7bf95339..69c786942c7 100644 --- a/reactos/include/ddk/portcls.h +++ b/reactos/include/ddk/portcls.h @@ -791,6 +791,9 @@ typedef IInterruptSync *PINTERRUPTSYNC; IRegistryKey Interface */ +#undef INTERFACE +#define INTERFACE IRegistryKey + enum { GeneralRegistryKey,