Merge pull request 'Allow compile on iOS' (#4) from ios into master

Reviewed-on: wowlet/monero-seed#4
wownero-seed
dsc 2 years ago
commit 8d19ea23db

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

Loading…
Cancel
Save