Allow compile on Android

This commit is contained in:
dsc 2021-04-16 22:52:38 +02:00
parent 4674ef09b6
commit c9faa5c55c

View file

@ -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__ #elif defined __linux__ && defined __GLIBC__ || __ANDROID__
#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