Merge pull request 'Allow compile on Android' (#3) from dsc/monero-seed:android into master

Reviewed-on: https://git.wownero.com/wowlet/monero-seed/pulls/3
This commit is contained in:
dsc 2021-04-17 11:07:41 +00:00
commit 548db7f25f

View file

@ -11,7 +11,7 @@
#define WINAPI
#include <windows.h>
#include <ntsecapi.h>
#elif defined __linux__ && defined __GLIBC__
#elif defined __linux__ && defined __GLIBC__ || __ANDROID__
#define STRINGIFY(x) #x
#define STR(x) STRINGIFY(x)
#if __GLIBC__ > 2 || __GLIBC_MINOR__ > 24