jl777 7 years ago
parent
commit
5ff6eb12f0
  1. 2
      crypto777/OS_portable.h
  2. 2
      includes/cJSON.h

2
crypto777/OS_portable.h

@ -115,7 +115,7 @@ int32_t hseek(HUFF *hp,int32_t offset,int32_t mode);
#define GENESIS_SECRET "It was a bright cold day in April, and the clocks were striking thirteen."
#define SATOSHIDEN ((uint64_t)100000000L)
#define dstr(x) ((double)((uint64_t)(x)) / SATOSHIDEN)
#define dstr(x) ((double)((int64_t)(x)) / SATOSHIDEN)
#define SMALLVAL 0.000000000000001

2
includes/cJSON.h

@ -31,7 +31,7 @@
#include "../crypto777/OS_portable.h"
#define SATOSHIDEN ((uint64_t)100000000L)
#define dstr(x) ((double)((uint64_t)(x)) / SATOSHIDEN)
#define dstr(x) ((double)((int64_t)(x)) / SATOSHIDEN)
#define MAX_JSON_FIELD 4096 // on the big side
#ifdef __cplusplus

Loading…
Cancel
Save