easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning

pull/235/head
xiphon 4 years ago
parent 4764d18eeb
commit a26cbcef92

@ -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