- Fix warning
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 14 Apr 2009 11:03:32 +0000 (11:03 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 14 Apr 2009 11:03:32 +0000 (11:03 +0000)
svn path=/trunk/; revision=40498

reactos/include/ddk/portcls.h

index 5c78718..69451f2 100644 (file)
@@ -1080,6 +1080,9 @@ DEFINE_GUID(IID_IPort,
         IN  ULONG CreateOptiona OPTIONAL, \
         OUT PULONG Disposition OPTIONAL);
 
+#undef INTERFACE
+#define INTERFACE IPort
+
 DECLARE_INTERFACE_(IPort, IUnknown)
 {
     DEFINE_ABSTRACT_UNKNOWN()