Win32/64 build fixes
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
** long int lrint (double x) ;
|
||||
*/
|
||||
|
||||
#if (defined (WIN32) || defined (_WIN32))
|
||||
#if ((defined (WIN32) || defined (_WIN32)) && !defined (_WIN64))
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user