Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
f46d456ae8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/standalone/texture5mc.c

+ 2 - 2
dev/standalone/texture5mc.c

@@ -44,9 +44,9 @@
 #include <assert.h>
 #include <assert.h>
 #endif
 #endif
 
 
-#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