Comment 3 for bug 680474

Revision history for this message
Alessio Treglia (quadrispro) wrote :

Is this chunk needed? I see an #if defined (_WIN32) who makes me suppose that it is unnecessary.

+@@ -315,7 +315,7 @@
+
+ #if defined(_WIN32) && !defined(__MINGW32__)
+ #define HAS_LRINTF
+- static INLINE int lrintf(float f)
++ static INLINE int _lrintf(float f)
+ {
+ int i;
+ __asm