Procházet zdrojové kódy

simplified calls to round

richarddobson před 3 týdny
rodič
revize
439e30481b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      dev/standalone/topantail2.c

+ 2 - 2
dev/standalone/topantail2.c

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