Merge pulll request #5924

5bcbd97 Disable easylogging crash log on non-glibc libraries (omartijn)
release-v0.7.1.0
luigi1111 5 years ago
commit 29075e69ae
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -9,7 +9,7 @@
#define ELPP_UTC_DATETIME
#ifdef EASYLOGGING_CC
#if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#define ELPP_FEATURE_CRASH_LOG
#endif
#endif

Loading…
Cancel
Save