forked from mirrors/linphone-iphone
Fix build on Windows.
This commit is contained in:
parent
86d8674d80
commit
5644d8332f
1 changed files with 1 additions and 1 deletions
|
|
@ -1430,7 +1430,7 @@ typedef struct _VTableReference VTableReference;
|
|||
|
||||
void v_table_reference_destroy(VTableReference *ref);
|
||||
|
||||
void _linphone_core_add_listener(LinphoneCore *lc, LinphoneCoreVTable *vtable, bool_t autorelease, bool_t internal);
|
||||
LINPHONE_PUBLIC void _linphone_core_add_listener(LinphoneCore *lc, LinphoneCoreVTable *vtable, bool_t autorelease, bool_t internal);
|
||||
|
||||
#ifdef VIDEO_ENABLED
|
||||
LINPHONE_PUBLIC MSWebCam *linphone_call_get_video_device(const LinphoneCall *call);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue