guiddef.h: REF* types should not depend on CINTERFACE.
This commit is contained in:
parent
b5511bd4fe
commit
4626db2bb2
|
@ -113,7 +113,7 @@ typedef GUID FMTID,*LPFMTID;
|
||||||
|
|
||||||
#endif /* ndef __IID_DEFINED__ */
|
#endif /* ndef __IID_DEFINED__ */
|
||||||
|
|
||||||
#if defined(__cplusplus) && !defined(CINTERFACE)
|
#ifdef __cplusplus
|
||||||
#define REFGUID const GUID &
|
#define REFGUID const GUID &
|
||||||
#define REFCLSID const CLSID &
|
#define REFCLSID const CLSID &
|
||||||
#define REFIID const IID &
|
#define REFIID const IID &
|
||||||
|
|
Loading…
Reference in New Issue