mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
libretroshare now compiles for Android, instruction on how to do it included
This commit is contained in:
parent
b7416ba207
commit
9a980def2c
16 changed files with 994 additions and 45 deletions
|
@ -275,7 +275,11 @@ int inet_aton(const char *name, struct in_addr *addr)
|
|||
#include <iphlpapi.h>
|
||||
#pragma comment(lib, "IPHLPAPI.lib")
|
||||
#else // WINDOWS_SYS
|
||||
#ifdef __ANDROID__
|
||||
#include "util/ifaddrs.h"
|
||||
#else // __ANDROID__
|
||||
#include <ifaddrs.h>
|
||||
#endif //__ANDROID__
|
||||
#include <net/if.h>
|
||||
#endif // WINDOWS_SYS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue