mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-27 23:14:21 +00:00
Fix compilation warning on win32.
This commit is contained in:
parent
fd23532bdb
commit
d3642bec6f
@ -52,7 +52,7 @@ typedef struct {
|
|||||||
size_t refcount;
|
size_t refcount;
|
||||||
} json_t;
|
} json_t;
|
||||||
|
|
||||||
#if JSON_INTEGER_IS_LONG_LONG
|
#if JSON_INTEGER_IS_LONG_LONG && (!defined(WIN32))
|
||||||
#define JSON_INTEGER_FORMAT "lld"
|
#define JSON_INTEGER_FORMAT "lld"
|
||||||
typedef long long json_int_t;
|
typedef long long json_int_t;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user