mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix link step of compilation
Conflicts: build/vsx/LibLinphone/LibLinphone.vcxproj build/vsx/LibLinphone/LibLinphone.vcxproj.filters coreapi/misc.c
This commit is contained in:
parent
389054bc7f
commit
e76deb66bd
1 changed files with 1164 additions and 1159 deletions
|
|
@ -48,6 +48,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include <ifaddrs.h>
|
#include <ifaddrs.h>
|
||||||
#endif
|
#endif
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#if _MSC_VER
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#define popen _popen
|
||||||
|
#define pclose _pclose
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(WIN32)
|
#if !defined(WIN32)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue