[ros-diffs] [greatlrd] 24824: get rid of some of vs warings when we are using our own objidl, it did forget #undef some interface

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sat Nov 25 15:43:30 CET 2006


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=24824&r1=24823&r2=24824&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list