mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[DXSDK]
* Add missing INTERFACE undef. svn path=/trunk/; revision=60498
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user