From 8cc1a6d6f081255986cbdff8bbfed0801953a809 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 30 Dec 2015 17:31:04 +0100 Subject: [PATCH] Fix windows compilation when belcard isn't found/enabled --- coreapi/vcard_stubs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/vcard_stubs.c b/coreapi/vcard_stubs.c index 3bb7bed9e..d50ab29b9 100644 --- a/coreapi/vcard_stubs.c +++ b/coreapi/vcard_stubs.c @@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "vcard.h" struct _LinphoneVCard { + void *dummy; }; LinphoneVCard* linphone_vcard_new(void) {