* Add missing INTERFACE undef.

svn path=/trunk/; revision=60498
This commit is contained in:
Amine Khaldi 2013-10-01 17:03:53 +00:00
parent 695e54e1ed
commit 4ded7a3c73

View file

@ -52,6 +52,7 @@ DECLARE_INTERFACE_(IDxDiagProvider,IUnknown)
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)