浏览代码

simplified calls to round

richarddobson 3 周之前
父节点
当前提交
6e371ce237
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dev/new/filtrage.c

+ 2 - 2
dev/new/filtrage.c

@@ -46,9 +46,9 @@
 #include <standalone.h>
 
 
-#ifdef unix
+ //#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 char errstr[2400];