From 52610bf43274069dfefa5a366e29937fe5bc872f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 30 Jun 2015 16:46:48 +0200 Subject: [PATCH] Fix build issue --- coreapi/private.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreapi/private.h b/coreapi/private.h index a4a788732..53c03c1bb 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -81,6 +81,10 @@ extern "C" { #ifdef ANDROID #include #endif + +#ifndef _WIN32 +#define WINAPI_FAMILY_PARTITION(x) 1 +#endif struct _LinphoneCallParams{ belle_sip_object_t base;