mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #1510
80abc3bc
Build wallet with Android NDK (MoroccanMalinois)
This commit is contained in:
commit
2a996f492f
10 changed files with 103 additions and 8 deletions
|
@ -133,7 +133,7 @@ namespace epee
|
|||
bool wait_stdin_data()
|
||||
{
|
||||
#if !defined(WIN32)
|
||||
#ifdef __OpenBSD__
|
||||
#if defined(__OpenBSD__) || defined(__ANDROID__)
|
||||
int stdin_fileno = fileno(stdin);
|
||||
#else
|
||||
int stdin_fileno = ::fileno(stdin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue