mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Add Haiku support
This commit is contained in:
parent
febea809b1
commit
34758be52a
14 changed files with 80 additions and 4 deletions
|
@ -55,6 +55,11 @@ int errno;
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef __HAIKU__
|
||||
#include <sys/sockio.h>
|
||||
#define IFF_RUNNING 0x0001
|
||||
#endif
|
||||
|
||||
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/
|
||||
#ifndef WINDOWS_SYS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue