mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 15:58:14 +00:00
Try to avoid collision with CoreAudio on macOS
This commit is contained in:
@@ -214,6 +214,8 @@ struct rAudioBuffer {
|
||||
unsigned char *buffer;
|
||||
};
|
||||
|
||||
#define AudioBuffer rAudioBuffer // HACK: To avoid CoreAudio (macOS) symbol collision
|
||||
|
||||
// miniaudio global variables
|
||||
static ma_context context;
|
||||
static ma_device device;
|
||||
|
Reference in New Issue
Block a user