Electroneum
ea_config.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define ELPP_THREAD_SAFE
4 #define ELPP_DEFAULT_LOG_FILE ""
5 #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
6 #define ELPP_NO_CHECK_MACROS
7 #define ELPP_WINSOCK2
8 #define ELPP_NO_DEBUG_MACROS
9 #define ELPP_UTC_DATETIME
10 
11 #ifdef EASYLOGGING_CC
12 #if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
13 #define ELPP_FEATURE_CRASH_LOG
14 #endif
15 #endif