|
@@ -21,9 +21,9 @@
|
|
|
02111-1307 USA
|
|
02111-1307 USA
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
/* floatsam version*/
|
|
/* floatsam version*/
|
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
@@ -39,9 +39,9 @@
|
|
|
#include <sfsys.h>
|
|
#include <sfsys.h>
|
|
|
#include <osbind.h>
|
|
#include <osbind.h>
|
|
|
|
|
|
|
|
-#if defined unix || defined __GNUC__
|
|
|
|
|
|
|
+//#ifdef unix
|
|
|
#define round(x) lround((x))
|
|
#define round(x) lround((x))
|
|
|
-#endif
|
|
|
|
|
|
|
+//#endif
|
|
|
|
|
|
|
|
#define SAFETY ((long)4096)
|
|
#define SAFETY ((long)4096)
|
|
|
#define OSAFETY ((long)256)
|
|
#define OSAFETY ((long)256)
|