Chez Scheme: enable C library asinh on Windows
This commit is contained in:
parent
c5fb2d19e3
commit
5e4670fc4d
|
@ -150,6 +150,7 @@ typedef int tputsputcchar;
|
||||||
#define USE_VIRTUAL_ALLOC
|
#define USE_VIRTUAL_ALLOC
|
||||||
#define NAN_INCLUDE <math.h>
|
#define NAN_INCLUDE <math.h>
|
||||||
#define MAKE_NAN(x) { x = sqrt(-1.0); }
|
#define MAKE_NAN(x) { x = sqrt(-1.0); }
|
||||||
|
#define ARCHYPERBOLIC
|
||||||
#ifndef PATH_MAX
|
#ifndef PATH_MAX
|
||||||
# define PATH_MAX _MAX_PATH
|
# define PATH_MAX _MAX_PATH
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user