Merge pull request #6383

a26cbce easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning (xiphon)
pull/235/head
luigi1111 4 years ago
commit f52e0f40c6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -127,6 +127,8 @@
#endif
#if defined(__EMSCRIPTEN__)
# define ELPP_OS_EMSCRIPTEN 1
#else
# define ELPP_OS_EMSCRIPTEN 0
#endif
#if (defined(__DragonFly__))
# define ELPP_OS_DRAGONFLY 1

Loading…
Cancel
Save