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;