Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
6b934055a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/modify/pan.c

+ 2 - 2
dev/modify/pan.c

@@ -40,9 +40,9 @@
 //TW UPDATE
 #include <osbind.h>
 
-#if defined unix || defined __GNUC__
+//#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 //TW UPDATES
 #define SMALLARRAY      20