mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Initial macOS changes
Many changes are related to fixing warnings
This commit is contained in:
parent
75f11b1459
commit
22ec4a86b8
52 changed files with 2873 additions and 266 deletions
|
@ -1,13 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#define BFSTDCALL __stdcall
|
||||
#define BFSTDCALL
|
||||
|
||||
#include "../darwin/DarwinCommon.h"
|
||||
#include <string>
|
||||
|
||||
#define BF_PLATFORM_OSX
|
||||
|
||||
#define BF_IMPORT extern "C"
|
||||
|
||||
#ifdef BFSYSLIB_DYNAMIC
|
||||
#define BF_EXPORT extern "C" __declspec(dllexport)
|
||||
#define BF_EXPORT extern "C"
|
||||
#define BF_CALLTYPE
|
||||
#else
|
||||
#define BF_EXPORT extern "C"
|
||||
|
@ -21,3 +24,6 @@
|
|||
#define BF_REGISTER_COUNT 15
|
||||
#endif
|
||||
|
||||
#define BF_DEBUG_BREAK()
|
||||
|
||||
#include "../PlatformInterface.h"
|
Loading…
Add table
Add a link
Reference in a new issue