1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

guiddef.h: REF* types should not depend on CINTERFACE.

This commit is contained in:
Jacek Caban 2012-06-14 14:10:59 +02:00 committed by Alexandre Julliard
parent b5511bd4fe
commit 4626db2bb2

View File

@ -113,7 +113,7 @@ typedef GUID FMTID,*LPFMTID;
#endif /* ndef __IID_DEFINED__ */
#if defined(__cplusplus) && !defined(CINTERFACE)
#ifdef __cplusplus
#define REFGUID const GUID &
#define REFCLSID const CLSID &
#define REFIID const IID &