2017-03-25 20:06:14 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define ELPP_THREAD_SAFE
|
|
|
|
#define ELPP_DEFAULT_LOG_FILE ""
|
|
|
|
#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__
|
|
|
|
#else
|
2017-04-13 00:47:59 +02:00
|
|
|
#define ELPP_FEATURE_CRASH_LOG 1
|
2017-03-25 20:06:14 +01:00
|
|
|
#endif
|
|
|
|
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
|
|
|
#define ELPP_NO_CHECK_MACROS
|
2017-12-23 15:04:20 +01:00
|
|
|
#define ELPP_WINSOCK2
|
2017-12-16 16:30:36 +01:00
|
|
|
#define ELPP_NO_DEBUG_MACROS
|