mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Fix build issue
This commit is contained in:
parent
58bf466a67
commit
52610bf432
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue