mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 19:59:36 +00:00
Fix build on Windows.
This commit is contained in:
parent
cd369a1ad6
commit
f40bc26db4
4 changed files with 6 additions and 5 deletions
|
|
@ -56,11 +56,11 @@ BELLE_SIP_DECLARE_CUSTOM_VPTR_END
|
|||
|
||||
|
||||
#define LINPHONE_LDAP_CONTACT_SEARCH(obj) BELLE_SIP_CAST(obj,LinphoneLDAPContactSearch)
|
||||
BELLE_SIP_DECLARE_VPTR(LinphoneLDAPContactSearch)
|
||||
BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphoneLDAPContactSearch)
|
||||
|
||||
#define LINPHONE_LDAP_CONTACT_PROVIDER(obj) BELLE_SIP_CAST(obj,LinphoneLDAPContactProvider)
|
||||
|
||||
BELLE_SIP_DECLARE_CUSTOM_VPTR_BEGIN(LinphoneLDAPContactProvider,LinphoneContactProvider)
|
||||
BELLE_SIP_DECLARE_CUSTOM_VPTR_BEGIN_NO_EXPORT(LinphoneLDAPContactProvider,LinphoneContactProvider)
|
||||
BELLE_SIP_DECLARE_CUSTOM_VPTR_END
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
|
||||
#include "private.h"
|
||||
#include "linphone/lpconfig.h"
|
||||
#include "linphone/wrapper_utils.h"
|
||||
#include "mediastreamer2/mediastream.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -1436,7 +1436,7 @@ struct _LinphoneAccountCreatorService {
|
|||
LinphoneAccountCreatorRequestFunc update_account_request_cb; /**< Request to update account */
|
||||
};
|
||||
|
||||
BELLE_SIP_DECLARE_VPTR(LinphoneAccountCreatorService);
|
||||
BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphoneAccountCreatorService);
|
||||
|
||||
struct _LinphoneAccountCreatorCbs {
|
||||
belle_sip_object_t base;
|
||||
|
|
@ -1457,7 +1457,7 @@ struct _LinphoneAccountCreatorCbs {
|
|||
LinphoneAccountCreatorCbsStatusCb update_account_response_cb; /**< Response of update_account request */
|
||||
};
|
||||
|
||||
BELLE_SIP_DECLARE_VPTR(LinphoneAccountCreatorCbs);
|
||||
BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphoneAccountCreatorCbs);
|
||||
|
||||
struct _LinphoneAccountCreator {
|
||||
belle_sip_object_t base;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ typedef LinphoneAccountCreatorStatus (*LinphoneAccountCreatorRequestFunc)(Linpho
|
|||
* @return a new LinphoneAccountCreatorService object.
|
||||
* @donotwrap
|
||||
**/
|
||||
LinphoneAccountCreatorService * linphone_account_creator_service_new(void);
|
||||
LINPHONE_PUBLIC LinphoneAccountCreatorService * linphone_account_creator_service_new(void);
|
||||
|
||||
/**
|
||||
* Acquire a reference to a LinphoneAccountCreatorService object.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue