mirror of
https://git.wownero.com/wowlet/wownero-seed.git
synced 2024-08-15 01:03:29 +00:00
Allow compile on Android
This commit is contained in:
parent
4674ef09b6
commit
c9faa5c55c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue