Jacek Caban : guiddef.h: REF* types should not depend on CINTERFACE.
Module: wine Branch: master Commit: 4626db2bb2a61cdceb00e0e346628062ee51aade URL: http://source.winehq.org/git/wine.git/?a=commit;h=4626db2bb2a61cdceb00e0e346... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Jun 14 14:10:59 2012 +0200 guiddef.h: REF* types should not depend on CINTERFACE. --- include/guiddef.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/guiddef.h b/include/guiddef.h index b70175e..26b1ad7 100644 --- a/include/guiddef.h +++ b/include/guiddef.h @@ -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 &
participants (1)
-
Alexandre Julliard