fix: windows build failure about defining nan
@ -78,8 +78,12 @@
#endif
#ifndef NAN
#ifdef _WIN32
#define NAN sqrt(-1.0)
#else
#define NAN 0.0/0.0
typedef struct {
const unsigned char *json;
The note is not visible to the blocked user.