Fix build issue

This commit is contained in:
François Grisez 2015-06-30 16:46:48 +02:00
parent 58bf466a67
commit 52610bf432

View file

@ -81,6 +81,10 @@ extern "C" {
#ifdef ANDROID
#include <jni.h>
#endif
#ifndef _WIN32
#define WINAPI_FAMILY_PARTITION(x) 1
#endif
struct _LinphoneCallParams{
belle_sip_object_t base;