mirror of
https://git.wownero.com/wowlet/wownero-seed.git
synced 2024-12-21 23:38:52 +00:00
Allow compile on iOS
This commit is contained in:
parent
548db7f25f
commit
20bacc0502
@ -11,7 +11,7 @@
|
|||||||
#define WINAPI
|
#define WINAPI
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ntsecapi.h>
|
#include <ntsecapi.h>
|
||||||
#elif defined __linux__ && defined __GLIBC__ || __ANDROID__
|
#elif defined __linux__ && defined __GLIBC__ || __ANDROID__ || __IOS__
|
||||||
#define STRINGIFY(x) #x
|
#define STRINGIFY(x) #x
|
||||||
#define STR(x) STRINGIFY(x)
|
#define STR(x) STRINGIFY(x)
|
||||||
#if __GLIBC__ > 2 || __GLIBC_MINOR__ > 24
|
#if __GLIBC__ > 2 || __GLIBC_MINOR__ > 24
|
||||||
|
Loading…
Reference in New Issue
Block a user