Skip to content

Commit efcb360

Browse files
committed
Merge pull request #88 from scialex/fix-i386
Fix build for x86 32 bit targets
2 parents c53d2dd + f30b0d3 commit efcb360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/s_cbrtl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "fpmath.h"
2626
#include "math_private.h"
27-
#if defined(_WIN32) && defined(__i386__)
27+
#if defined(__i386__)
2828
#include "i387/bsd_ieeefp.h"
2929
#endif
3030

0 commit comments

Comments
 (0)