ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtmath.h
(Generate patch)

Comparing ray/src/common/rtmath.h (file contents):
Revision 3.10 by schorsch, Thu Mar 10 18:09:43 2016 UTC vs.
Revision 3.11 by schorsch, Thu Mar 10 18:24:49 2016 UTC

# Line 47 | Line 47 | extern double  atan2a(double y, double x);
47   #endif
48  
49   /* VC 2015 has those defined (XXX possibly earlier?) */
50 < #if ((defined(_WIN32) || defined(_WIN64))
50 > #if ((defined(_WIN32) || defined(_WIN64)) \
51                  && (!defined(_MS_VER) || _MS_VER < 1900))
52   extern double   erf(double x);
53   extern double   erfc(double x);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines