- Add undef macro to avoid warnings
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 11 Dec 2008 10:55:09 +0000 (10:55 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 11 Dec 2008 10:55:09 +0000 (10:55 +0000)
svn path=/trunk/; revision=38009

reactos/include/ddk/portcls.h

index 3bd7bf9..69c7869 100644 (file)
@@ -791,6 +791,9 @@ typedef IInterruptSync *PINTERRUPTSYNC;
     IRegistryKey Interface
 */
 
+#undef INTERFACE
+#define INTERFACE IRegistryKey
+
 enum
 {
     GeneralRegistryKey,