Author: greatlrd
Date: Sat Nov 25 17:43:29 2006
New Revision: 24824
URL:
http://svn.reactos.org/svn/reactos?rev=24824&view=rev
Log:
get rid of some of vs warings when we are using our own objidl, it did forget #undef some
interface
Modified:
trunk/reactos/include/psdk/objidl.h
Modified: trunk/reactos/include/psdk/objidl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/objidl.h?rev=…
==============================================================================
--- trunk/reactos/include/psdk/objidl.h (original)
+++ trunk/reactos/include/psdk/objidl.h Sat Nov 25 17:43:29 2006
@@ -430,6 +430,7 @@
STDMETHOD(Read)(THIS_ void*,ULONG,ULONG*) PURE;
STDMETHOD(Write)(THIS_ void const*,ULONG,ULONG*) PURE;
};
+#undef INTERFACE
EXTERN_C const IID IID_IStream;
#define INTERFACE IStream
@@ -466,6 +467,7 @@
STDMETHOD(ReleaseMarshalData) (THIS_ IStream*) PURE;
STDMETHOD(DisconnectObject) (THIS_ DWORD) PURE;
};
+#undef INTERFACE
EXTERN_C const IID IID_IStdMarshalInfo;
#define INTERFACE IStdMarshalInfo