simplified definition
This commit is contained in:
parent
cb65c41345
commit
b630af3a54
@ -18,9 +18,7 @@
|
|||||||
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
|
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
|
||||||
(JSONCPP_VERSION_PATCH << 8))
|
(JSONCPP_VERSION_PATCH << 8))
|
||||||
|
|
||||||
#if defined(JSONCPP_USE_SECURE_MEMORY)
|
#if !defined(JSONCPP_USE_SECURE_MEMORY)
|
||||||
#define JSONCPP_USING_SECURE_MEMORY 1
|
|
||||||
#else
|
|
||||||
#define JSONCPP_USING_SECURE_MEMORY 0
|
#define JSONCPP_USING_SECURE_MEMORY 0
|
||||||
#endif
|
#endif
|
||||||
// If non-zero, the library zeroes any memory that it has allocated before
|
// If non-zero, the library zeroes any memory that it has allocated before
|
||||||
|
Loading…
Reference in New Issue
Block a user