mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
[DXSDK]
* Add missing INTERFACE undef. svn path=/trunk/; revision=60498
This commit is contained in:
parent
695e54e1ed
commit
4ded7a3c73
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue