Unverified Commit 5d2ec73c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

re-enable cross-compilation with mingw64

parent 4abff7b4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -8,9 +8,13 @@
 * (VC11 has _MSC_VER=1700).
 */

#if defined(_MSC_VER)
#if defined(_MSC_VER) || defined (__MINGW32__)
#if !defined(M_PI)
#define M_PI 3.14159265358979323846264338327950288
#endif
#endif

#if defined(_MSC_VER)
#if _MSC_VER <= 1700 // 1700 is VC11, 1800 is VC12
/***************************
*   erf.cpp