Fix windows compilation when belcard isn't found/enabled

This commit is contained in:
Sylvain Berfini 2015-12-30 17:31:04 +01:00
parent db7c875468
commit 8cc1a6d6f0

View file

@ -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) {