mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added Android support, and generalized target triple support
Added PICLevel, RelocKind DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon Mangling changed to avoid '@'
This commit is contained in:
parent
7a27ab75bf
commit
3883a3674d
39 changed files with 3457 additions and 5636 deletions
|
@ -21,16 +21,14 @@ typedef fd_set FD_SET;
|
|||
#include <sys/socket.h>
|
||||
#include <mach/error.h>
|
||||
#include <mach/mach.h>
|
||||
#include <cerrno>
|
||||
//#define errno (*__error())
|
||||
#endif
|
||||
|
||||
//#include <rpcdce.h>
|
||||
#ifdef BF_PLATFORM_POSIX
|
||||
#include <cerrno>
|
||||
#endif
|
||||
|
||||
#pragma comment(lib,"wsock32.lib")
|
||||
|
||||
//#include "Hash.h"
|
||||
|
||||
#pragma warning(disable:4996)
|
||||
|
||||
USING_NS_BF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue