NEED_TRUNCF, NEED_ROUNDF

This commit is contained in:
Glenn Maynard
2003-06-30 04:42:17 +00:00
parent 75d3b3b13e
commit 1fa94d40db
@@ -36,5 +36,9 @@
#undef max
#define NOMINMAX /* make sure Windows doesn't try to define this */
/* Windows is missing some basic math functions: */
#define NEED_TRUNCF
#define NEED_ROUNDF
#endif