Эх сурвалжийг харах

add conditional def for HUGE

richarddobson 3 жил өмнө
parent
commit
586a193830

+ 3 - 0
dev/standnew/distmark.c

@@ -45,6 +45,9 @@
 #ifdef unix
 #define round(x) lround((x))
 #endif
+#ifndef HUGE
+#define HUGE 3.40282347e+38F
+#endif
 
 #define minstep scalefact
 #define stepstorecnt rampbrksize