mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fixing tester.c
This commit is contained in:
parent
8161c7cbee
commit
9986a5e9d5
1 changed files with 4 additions and 1 deletions
|
|
@ -28,8 +28,11 @@
|
|||
#if _WIN32
|
||||
#define unlink _unlink
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
extern jobject system_context;
|
||||
#else
|
||||
void *system_context=0;
|
||||
#endif
|
||||
static int liblinphone_tester_keep_accounts_flag = 0;
|
||||
static bool_t liblinphone_tester_keep_record_files = FALSE;
|
||||
static bool_t liblinphone_tester_leak_detector_disabled = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue