Author: akhaldi
Date: Tue Oct 1 17:03:53 2013
New Revision: 60498
URL:
http://svn.reactos.org/svn/reactos?rev=60498&view=rev
Log:
[DXSDK]
* Add missing INTERFACE undef.
Modified:
trunk/reactos/include/dxsdk/dxdiag.h
Modified: trunk/reactos/include/dxsdk/dxdiag.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/dxdiag.h?rev…
==============================================================================
--- trunk/reactos/include/dxsdk/dxdiag.h [iso-8859-1] (original)
+++ trunk/reactos/include/dxsdk/dxdiag.h [iso-8859-1] Tue Oct 1 17:03:53 2013
@@ -52,6 +52,7 @@
STDMETHOD(Initialize) (THIS_ DXDIAG_INIT_PARAMS* pParams) PURE;
STDMETHOD(GetRootContainer) (THIS_ IDxDiagContainer **ppInstance) PURE;
};
+#undef INTERFACE
#define DXDIAG_E_INSUFFICIENT_BUFFER ((HRESULT)0x8007007AL)
#if !defined(__cplusplus) || defined(CINTERFACE)