#define NEED_CSTDLIB_WORKAROUND just like Glenn said.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#define _WINDOWS // This isn't defined under MinGW
|
||||
#define NEED_CSTDLIB_WORKAROUND // Needed for llabs() in MinGW
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user