http://bugs.winehq.org/show_bug.cgi?id=6736
Summary: please sync math.h with mingw Product: Wine Version: 0.9.25. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: john@t-tec.com.au
Hi,
I develop some Windows software on a GNU/Linux system, using the mingw toolchain to build and Wine for testing. Sometimes I would like to do a Winelib build instead of a mingw build, so I can get better info from Valgrind.
After some recent changes, I found that I couldn't compile with winegcc because the version of math.h which comes with Winelib is missing a couple of definitions.
Specifically, the definitions which affected me were INFINITY and lround. I can of course define these manually, but in the long term it would be good if you could sync this header against the current mingw version, available at http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/math.h?cvsroot=src.
Thanks.