Compile fix for 004decc1d940...

This commit is contained in:
Thomas Dinges
2014-02-15 14:38:49 +01:00
parent 1c866c377a
commit aa517ab3a4

View File

@@ -240,7 +240,7 @@ MINLINE unsigned short highest_order_bit_s(unsigned short n);
MINLINE float shell_angle_to_dist(const float angle);
#if defined(MSC_VER) && (MSC_VER < 1800)
#if defined(_MSC_VER) && (_MSC_VER < 1800)
extern double copysign(double x, double y);
extern double round(double x);
#endif