mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
fix compilation on windows
This commit is contained in:
parent
3a5838fd3d
commit
e2f11b4939
2 changed files with 6 additions and 4 deletions
|
|
@ -22,10 +22,6 @@
|
|||
#include "lpconfig.h"
|
||||
#include "private.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define popen _popen
|
||||
#define pclose _pclose
|
||||
#endif
|
||||
|
||||
void check_rtcp(LinphoneCall *call) {
|
||||
MSTimeSpec ts;
|
||||
|
|
|
|||
|
|
@ -29,6 +29,12 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define popen _popen
|
||||
#define pclose _pclose
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue