|
@@ -37,13 +37,9 @@
|
|
|
/*RWD*/
|
|
/*RWD*/
|
|
|
#include <string.h>
|
|
#include <string.h>
|
|
|
|
|
|
|
|
-#ifndef cdp_round
|
|
|
|
|
-extern int cdp_round(double a);
|
|
|
|
|
-#endif
|
|
|
|
|
-
|
|
|
|
|
-#if defined unix || defined __GNUC__
|
|
|
|
|
|
|
+//#ifdef unix
|
|
|
#define round(x) lround((x))
|
|
#define round(x) lround((x))
|
|
|
-#endif
|
|
|
|
|
|
|
+//#endif
|
|
|
|
|
|
|
|
#define MINUS96DB (0.000016)
|
|
#define MINUS96DB (0.000016)
|
|
|
|
|
|