Selaa lähdekoodia

simplified calls to round

richarddobson 3 viikkoa sitten
vanhempi
sitoutus
30e425ab78
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      dev/standalone/sethares.c

+ 2 - 2
dev/standalone/sethares.c

@@ -75,9 +75,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