Fix build on Windows.

This commit is contained in:
Ghislain MARY 2016-01-05 11:33:24 +01:00
parent f903eeb0df
commit 7251c06e57

View file

@ -1426,7 +1426,7 @@ void v_table_reference_destroy(VTableReference *ref);
void _linphone_core_add_listener(LinphoneCore *lc, LinphoneCoreVTable *vtable, bool_t autorelease);
void linphone_core_v_table_set_internal(LinphoneCoreVTable *table, bool_t internal);
LINPHONE_PUBLIC void linphone_core_v_table_set_internal(LinphoneCoreVTable *table, bool_t internal);
bool_t linphone_core_v_table_is_internal(LinphoneCoreVTable *table);
#ifdef VIDEO_ENABLED