Explorar o código

Merge pull request #88 from scialex/fix-i386

Fix build for x86 32 bit targets
Viral B. Shah %!s(int64=10) %!d(string=hai) anos
pai
achega
efcb36079a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/s_cbrtl.c

+ 1 - 1
src/s_cbrtl.c

@@ -24,7 +24,7 @@
 
 #include "fpmath.h"
 #include "math_private.h"
-#if defined(_WIN32) && defined(__i386__)
+#if defined(__i386__)
 #include "i387/bsd_ieeefp.h"
 #endif