diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-24 18:49:48 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-24 18:49:48 +0200 |
commit | b373d0f15ee0920022041fe8cba08f3b6c92d3d9 (patch) | |
tree | 3345697363bedbf80563bd50585e4b9fba240f67 /external/easylogging++/ea_config.h | |
parent | Merge pull request #2961 (diff) | |
parent | Fix Windows build (diff) | |
download | monero-b373d0f15ee0920022041fe8cba08f3b6c92d3d9.tar.xz |
Merge pull request #2994
2018cf74 Fix Windows build (dEBRUYNE-1)
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 2524d3477..6215e67de 100644 --- a/external/easylogging++/ea_config.h +++ b/external/easylogging++/ea_config.h @@ -8,3 +8,4 @@ #endif #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING #define ELPP_NO_CHECK_MACROS +#define ELPP_WINSOCK2 |