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