diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-24 08:30:33 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-06 14:26:09 +0000 |
commit | 2587aec121435ade996dbc533eab9503d0fc84fd (patch) | |
tree | 4e381b0f6fa06077968963f78c20d81ad74d1c2a /external/easylogging++/ea_config.h | |
parent | Merge pull request #4729 (diff) | |
download | monero-2587aec121435ade996dbc533eab9503d0fc84fd.tar.xz |
easylogging++: update to latest upstream (v9.96.5)
Diffstat (limited to 'external/easylogging++/ea_config.h')
-rw-r--r-- | external/easylogging++/ea_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h index 4c74925d3..4fb48ce3e 100644 --- a/external/easylogging++/ea_config.h +++ b/external/easylogging++/ea_config.h @@ -6,6 +6,7 @@ #define ELPP_NO_CHECK_MACROS #define ELPP_WINSOCK2 #define ELPP_NO_DEBUG_MACROS +#define ELPP_UTC_DATETIME #ifdef EASYLOGGING_CC #if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__) |