Serge Gautherie : guiddef.h: REF* types do not depend on CINTERFACE.

Alexandre Julliard julliard at winehq.org
Fri Jul 13 15:01:47 CDT 2018


Module: wine
Branch: master
Commit: 54f58769fee73a55675d503e0281e8f381a8e8b1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=54f58769fee73a55675d503e0281e8f381a8e8b1

Author: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Date:   Fri Jul 13 16:30:50 2018 +0200

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

Addendum to 4626db2bb2a61cdceb00e0e346628062ee51aade.

Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/guiddef.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/guiddef.h b/include/guiddef.h
index 36c932c..2adde9c 100644
--- a/include/guiddef.h
+++ b/include/guiddef.h
@@ -130,12 +130,12 @@ typedef GUID FMTID,*LPFMTID;
 #define REFCLSID            const CLSID &
 #define REFIID              const IID &
 #define REFFMTID            const FMTID &
-#else /* !defined(__cplusplus) && !defined(CINTERFACE) */
+#else /* !defined(__cplusplus) */
 #define REFGUID             const GUID* __MIDL_CONST
 #define REFCLSID            const CLSID* __MIDL_CONST
 #define REFIID              const IID* __MIDL_CONST
 #define REFFMTID            const FMTID* __MIDL_CONST
-#endif /* !defined(__cplusplus) && !defined(CINTERFACE) */
+#endif /* !defined(__cplusplus) */
 
 #if defined(__cplusplus) && !defined(CINTERFACE)
 #define IsEqualGUID(rguid1, rguid2) (!memcmp(&(rguid1), &(rguid2), sizeof(GUID)))




More information about the wine-cvs mailing list