mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
13 lines
333 B
C
13 lines
333 B
C
#pragma once
|
|
|
|
#define ELPP_THREAD_SAFE
|
|
#define ELPP_DEFAULT_LOG_FILE ""
|
|
#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__
|
|
#else
|
|
#define ELPP_FEATURE_CRASH_LOG 1
|
|
#endif
|
|
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
|
#define ELPP_NO_CHECK_MACROS
|
|
#define ELPP_WINSOCK2
|
|
#define ELPP_NO_DEBUG_MACROS
|