ソースを参照

simplified calls to round

richarddobson 3 週間 前
コミット
574472c4ea
1 ファイル変更2 行追加2 行削除
  1. 2 2
      dev/standalone/psow.c

+ 2 - 2
dev/standalone/psow.c

@@ -49,9 +49,9 @@
 #include <string.h>
 #include <srates.h>
 
-#if defined unix || defined __GNUC__
+ //#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 #ifndef HUGE
 #define HUGE 3.40282347e+38F
 #endif