Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
a372fe8d8d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dev/env/envfuncs.c

+ 3 - 0
dev/env/envfuncs.c

@@ -41,6 +41,9 @@
 
 
 #include <sfsys.h>
 #include <sfsys.h>
 
 
+//#ifdef unix
+#define round(x) lround((x))
+//#endif
 
 
 #define MARGIN 	(16)
 #define MARGIN 	(16)