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:
Sylvain Berfini 2013-02-28 11:08:09 +01:00
parent 389054bc7f
commit e76deb66bd

View file

@ -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)