Browse Source

simplified calls to round

richarddobson 2 months ago
parent
commit
4a05b0218f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dev/distort/disprepro.c

+ 3 - 0
dev/distort/disprepro.c

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