From 8fa25aae6a714d29b367d22ed48b43337783fc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Moreau?= Date: Tue, 16 Feb 2016 13:42:08 -0500 Subject: [PATCH] mfreerdp: fix build on 32-bit with mac audio --- channels/audin/client/mac/audin_mac.c | 3 +++ channels/rdpsnd/client/mac/rdpsnd_mac.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/channels/audin/client/mac/audin_mac.c b/channels/audin/client/mac/audin_mac.c index 07b789477..38c51f265 100644 --- a/channels/audin/client/mac/audin_mac.c +++ b/channels/audin/client/mac/audin_mac.c @@ -33,6 +33,9 @@ #include #include +#define __COREFOUNDATION_CFPLUGINCOM__ 1 +#define IUNKNOWN_C_GUTS void *_reserved; void* QueryInterface; void* AddRef; void* Release + #include #include #include diff --git a/channels/rdpsnd/client/mac/rdpsnd_mac.c b/channels/rdpsnd/client/mac/rdpsnd_mac.c index 5867480bd..14af6f609 100644 --- a/channels/rdpsnd/client/mac/rdpsnd_mac.c +++ b/channels/rdpsnd/client/mac/rdpsnd_mac.c @@ -34,6 +34,9 @@ #include #include +#define __COREFOUNDATION_CFPLUGINCOM__ 1 +#define IUNKNOWN_C_GUTS void *_reserved; void* QueryInterface; void* AddRef; void* Release + #include #include