Chez Scheme: enable C library asinh on Windows

This commit is contained in:
Matthew Flatt 2021-05-20 09:24:41 -06:00
parent c5fb2d19e3
commit 5e4670fc4d

View File

@ -150,6 +150,7 @@ typedef int tputsputcchar;
#define USE_VIRTUAL_ALLOC
#define NAN_INCLUDE <math.h>
#define MAKE_NAN(x) { x = sqrt(-1.0); }
#define ARCHYPERBOLIC
#ifndef PATH_MAX
# define PATH_MAX _MAX_PATH
#endif