QNX and BLACKBERRY support

UDP Multicast for QNX

git-svn-id: svn://db.shs.com.ru/pip@133 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-05-21 06:17:47 +00:00
parent 7d506588e6
commit 0ab3bb388f
12 changed files with 89 additions and 20 deletions

View File

@@ -32,8 +32,12 @@
# undef PIP_MATH_Y0
# undef PIP_MATH_Y1
# undef PIP_MATH_YN
# include <complex.h>
# include <math.h>
# ifdef BLACKBERRY
# include <complex>
# else
# include <complex.h>
# endif
#else
# include <complex>
# include <cmath>