mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix build for Windows 10.
This commit is contained in:
parent
9afc1e1509
commit
6724016f94
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit adc3383e454ba312dcb04b0afa7a3e1090eef24f
|
||||
Subproject commit 1cbbf9d7bf1039d3807ce4d9221c64232dd740a1
|
||||
|
|
@ -108,7 +108,7 @@ bool NativeTester::run(Platform::String^ suiteName, Platform::String^ caseName,
|
|||
linphone_core_set_log_level_mask(ORTP_FATAL);
|
||||
}
|
||||
linphone_core_set_log_handler(libLinphoneNativeOutputTraceHandler);
|
||||
return bc_tester_run_tests(wssuitename == all ? 0 : csuitename, wscasename == all ? 0 : ccasename) != 0;
|
||||
return bc_tester_run_tests(wssuitename == all ? 0 : csuitename, wscasename == all ? 0 : ccasename, NULL) != 0;
|
||||
}
|
||||
|
||||
void NativeTester::runAllToXml()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue